We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fde7ee commit 1bf7df7Copy full SHA for 1bf7df7
1 file changed
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
# allows for python-semantic-release to push to protected main branch
38
github_token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
39
- name: Publish package to GitHub Release
40
- uses: python-semantic-release/upload-to-gh-release@0f96c02a48278aff14251e9f1a0d73122a8c638b
+ uses: python-semantic-release/upload-to-gh-release@8d1fb62d5d44028f46cae2fd8d22f5dec08a354b # v9.0.2
41
if: ${{ steps.release.outputs.released }} == 'true'
42
with:
43
0 commit comments