8000
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 378a836 commit 8df58a7Copy full SHA for 8df58a7
.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