Skip to content

Commit 1bf7df7

Browse files
authored
ci: add upload-to-gh-release version (#68)
Fixes #67
1 parent 2fde7ee commit 1bf7df7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# allows for python-semantic-release to push to protected main branch
3838
github_token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
3939
- name: Publish package to GitHub Release
40-
uses: python-semantic-release/upload-to-gh-release@0f96c02a48278aff14251e9f1a0d73122a8c638b
40+
uses: python-semantic-release/upload-to-gh-release@8d1fb62d5d44028f46cae2fd8d22f5dec08a354b # v9.0.2
4141
if: ${{ steps.release.outputs.released }} == 'true'
4242
with:
4343
github_token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}

0 commit comments

Comments
 (0)