Skip to content

Commit 14aba5c

Browse files
authored
Fix double prefix in tag
1 parent fe705b0 commit 14aba5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
uses: mathieudutour/[email protected]
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
26-
custom_tag: v${{ steps.get_version.outputs.version }}
26+
custom_tag: ${{ steps.get_version.outputs.version }}
2727
create_annotated_tag: true
2828
dry_run: true

0 commit comments

Comments
 (0)