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 d55c045 commit 12caaa4Copy full SHA for 12caaa4
.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@0dcddac3ba7b691d7a3fd4586b640d7b214a0016
+ uses: python-semantic-release/upload-to-gh-release@17c75b706f81263690a0a0dc88d83415f783fc04
37
if: steps.release.outputs.released == 'true'
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments