Skip to content

Commit 6e12be7

Browse files
committed
ci: change pinned version of python-semantic-release as preventing automated releases
Signed-off-by: Paul Horton <[email protected]>
1 parent 96d155e commit 6e12be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Python Semantic Release
3535
# see https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html
3636
# see https://github.com/relekang/python-semantic-release
37-
uses: relekang/python-semantic-release@v7.28.1
37+
uses: relekang/python-semantic-release@v7.29.5
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}
4040
repository_username: __token__

0 commit comments

Comments
 (0)