Skip to content

Commit 1c02189

Browse files
nejchJohnVillalovos
authored andcommitted
chore(ci): fix prefix for action version
1 parent 0ea61cc commit 1c02189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
1717
- name: Python Semantic Release
18-
uses: relekang/python-semantic-release@7.28.1
18+
uses: relekang/python-semantic-release@v7.28.1
1919
with:
2020
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2121
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)