We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f069b27 commit 87ecfc7Copy full SHA for 87ecfc7
1 file changed
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
github_token: ${{ secrets.GITHUB_TOKEN }}
44
git_committer_name: "github-actions"
45
git_committer_email: "actions@users.noreply.github.com"
46
- working-directory: './backend'
+ directory: './backend'
47
48
- name: Publish | Upload to GitHub Release Assets
49
uses: python-semantic-release/publish-action@v10.5.3
@@ -59,7 +59,7 @@ jobs:
59
name: distribution-artifacts
60
path: dist
61
if-no-files-found: error
62
63
64
outputs:
65
released: ${{ steps.release.outputs.released || 'false' }}
0 commit comments