Skip to content

Commit 0228a99

Browse files
authored
fix(ci): typo in publish-action tag (#185)
1 parent 6e1a451 commit 0228a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: steps.release.outputs.released == 'true'
4141

4242
- name: Publish | Upload to GitHub Release Assets
43-
uses: python-semantic-release/publish-action@9.21.0
43+
uses: python-semantic-release/publish-action@v9.21.0
4444
if: steps.release.outputs.released == 'true'
4545
with:
4646
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)