Skip to content

Commit 2371a1b

Browse files
committed
ci: cannot use variables in uses
Signed-off-by: Paul Horton <[email protected]>
1 parent aa0eab1 commit 2371a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151

5252
- name: Python Semantic Release
5353
# 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
54+
# see https://github.com/python-semantic-release/python-semantic-release
55+
uses: python-semantic-release/python-semantic-release@v7.33.2
5656
with:
5757
github_token: ${{ secrets.GITHUB_TOKEN }}
5858
repository_username: __token__

0 commit comments

Comments
 (0)