8000
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 d5de288 commit 02a551dCopy full SHA for 02a551d
.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@673709c8cb60522f35b2133f0596664ce9c1bfe9
+ uses: python-semantic-release/upload-to-gh-release@477a4045c717b615cd9018a0c40499f9c12bb12e
37
if: steps.release.outputs.released == 'true'
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments