Skip to content

Commit f1e9706

Browse files
committed
Update build.yml to use TAG_PREFIX instead of WITH_V
1 parent 2a1fc3f commit f1e9706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: anothrNick/[email protected]
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
WITH_V: true
36+
TAG_PREFIX: v
3737
DEFAULT_BUMP: patch
3838
MAJOR_STRING_TOKEN: feat!
3939
MINOR_STRING_TOKEN: feat

0 commit comments

Comments
 (0)