We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457eac5 commit 9d0ae4dCopy full SHA for 9d0ae4d
.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: "[email protected]"
46
- working-directory: './backend'
+ directory: './backend'
47
48
- name: Publish | Upload to GitHub Release Assets
49
uses: python-semantic-release/[email protected]
@@ -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