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 a87ba63 commit 6de991eCopy full SHA for 6de991e
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
if: steps.release.outputs.released == 'true'
33
34
- name: Publish package distributions to GitHub Releases
35
- uses: python-semantic-release/upload-to-gh-release@0a92b5d7ebfc15a84f9801ebd1bf706343d43711 # v9.8.9
+ uses: python-semantic-release/publish-action@v10.0.2
36
37
with:
38
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments