We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2e91e commit e5c15f6Copy full SHA for e5c15f6
.github/workflows/release.yml
@@ -125,7 +125,7 @@ jobs:
125
- name: Publish package distributions to GitHub Releases
126
if: steps.release.outputs.released == 'true'
127
# see https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html#python-semantic-release-publish-action
128
- uses: python-semantic-release/publish-action@v9
+ uses: python-semantic-release/publish-action@v10
129
with:
130
github_token: ${{ secrets.GITHUB_TOKEN }}
131
tag: ${{ steps.release.outputs.tag }}
0 commit comments