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 30464f6 commit 0308e73Copy full SHA for 0308e73
README.md
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Python Semantic Release
37
id: release
38
- uses: python-semantic-release/python-semantic-release@v9.3.1
+ uses: python-semantic-release/python-semantic-release@v9.4.0
39
with:
40
github_token: ${{ secrets.GITHUB_TOKEN }}
41
# <other options here>
@@ -45,7 +45,7 @@ jobs:
45
if: ${{ steps.release.outputs.released }} == 'true'
46
47
- name: Publish package to GitHub Release
48
- uses: python-semantic-release/upload-to-gh-release@v9.3.1
+ uses: python-semantic-release/upload-to-gh-release@v9.4.0
49
50
51
0 commit comments