We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682b08e commit af22b0cCopy full SHA for af22b0c
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
# - Publish to PyPI
30
- name: Python Semantic Release
31
id: release
32
- uses: python-semantic-release/python-semantic-release@v8.7.2
+ uses: python-semantic-release/python-semantic-release@v9.0.1
33
with:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
0 commit comments