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.
uses
1 parent aa0eab1 commit 2371a1bCopy full SHA for 2371a1b
.github/workflows/deploy.yml
@@ -51,8 +51,8 @@ jobs:
51
52
- name: Python Semantic Release
53
# see https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html
54
- # see https://github.com/relekang/python-semantic-release
55
- uses: python-semantic-release/python-semantic-release@7.33.2
+ # see https://github.com/python-semantic-release/python-semantic-release
+ uses: python-semantic-release/python-semantic-release@v7.33.2
56
with:
57
github_token: ${{ secrets.GITHUB_TOKEN }}
58
repository_username: __token__
0 commit comments