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 c5ab92e commit fa596c4Copy full SHA for fa596c4
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.1.1
+ uses: python-semantic-release/python-semantic-release@v9.2.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.1.1
+ uses: python-semantic-release/upload-to-gh-release@v9.2.0
49
50
51
0 commit comments