Thanks to visit codestin.com Credit goes to github.com
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 d4fdf90 commit fd0f0b0Copy full SHA for fd0f0b0
.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@477a4045c717b615cd9018a0c40499f9c12bb12e
+ uses: python-semantic-release/upload-to-gh-release@6b7558f9096923624896fdb2a161b191279c6cf3
37
if: steps.release.outputs.released == 'true'
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments