We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84dcdf1 commit b647b26Copy full SHA for b647b26
.github/workflows/release.yml
@@ -122,8 +122,8 @@ jobs:
122
123
- name: Publish package distributions to GitHub Releases
124
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
+ # see https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html#python-semantic-release-publish-action
+ uses: python-semantic-release/publish-action@main
127
with:
128
github_token: ${{ secrets.GITHUB_TOKEN }}
129
tag: ${{ steps.release.outputs.tag }}
0 commit comments