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 12caaa4 commit d600444Copy full SHA for d600444
.github/workflows/release.yml
@@ -32,8 +32,7 @@ jobs:
32
if: steps.release.outputs.released == 'true'
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@17c75b706f81263690a0a0dc88d83415f783fc04
+ uses: python-semantic-release/upload-to-gh-release@17c75b706f81263690a0a0dc88d83415f783fc04 # v9.8.7
37
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments