Skip to content

Commit b647b26

Browse files
authored
chore: use 'python-semantic-release/publish-action' (#796)
Signed-off-by: Indivar <[email protected]>
1 parent 84dcdf1 commit b647b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ jobs:
122122

123123
- name: Publish package distributions to GitHub Releases
124124
if: steps.release.outputs.released == 'true'
125-
# see https://github.com/python-semantic-release/upload-to-gh-release
126-
uses: python-semantic-release/upload-to-gh-release@main
125+
# see https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html#python-semantic-release-publish-action
126+
uses: python-semantic-release/publish-action@main
127127
with:
128128
github_token: ${{ secrets.GITHUB_TOKEN }}
129129
tag: ${{ steps.release.outputs.tag }}

0 commit comments

Comments
 (0)