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 4c7014c commit 1b550acCopy full SHA for 1b550ac
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Publish package distributions to GitHub Releases
35
# TODO: track tags after https://github.com/python-semantic-release/upload-to-gh-release/issues/2
36
- uses: python-semantic-release/upload-to-gh-release@0f96c02a48278aff14251e9f1a0d73122a8c638b
+ uses: python-semantic-release/upload-to-gh-release@673709c8cb60522f35b2133f0596664ce9c1bfe9
37
if: steps.release.outputs.released == 'true'
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments