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 494d581 commit 50a03afCopy full SHA for 50a03af
.github/workflows/release.yml
@@ -23,7 +23,8 @@ jobs:
23
- name: Python Semantic Release
24
id: release
25
# https://github.com/python-semantic-release/python-semantic-release/releases
26
- uses: python-semantic-release/python-semantic-release@v8.0.8
+ # https://python-semantic-release.readthedocs.io/en/latest/github-action.html
27
+ uses: python-semantic-release/python-semantic-release@v9.8.8
28
with:
29
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
30
0 commit comments