Skip to content

Commit 6470934

Browse files
committed
ci: Use python-semantic-release/[email protected] action
1 parent d1e607c commit 6470934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: pypa/gh-action-pypi-publish@release/v1
4747
if: steps.release.outputs.released == 'true'
4848
- name: Publish package to GitHub Release
49-
uses: python-semantic-release/upload-to-gh-release@main
49+
uses: python-semantic-release/[email protected]
5050
if: steps.release.outputs.released == 'true'
5151
with:
5252
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)