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 adc5a43 commit 694cfd2Copy full SHA for 694cfd2
.github/workflows/release.yml
@@ -123,7 +123,7 @@ jobs:
123
- name: Publish package distributions to GitHub Releases
124
if: steps.release.outputs.released == 'true'
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
+ uses: python-semantic-release/publish-action@v9
127
with:
128
github_token: ${{ secrets.GITHUB_TOKEN }}
129
tag: ${{ steps.release.outputs.tag }}
0 commit comments