Skip to content

Commit 6f6443a

Browse files
committed
Change tag name
1 parent 3f2400e commit 6f6443a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/changesets-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ if [ ${IS_PRERELEASE} == "true" ]; then
1010
pnpm exec changeset publish
1111
else
1212
echo "Publishing with v6 tag (stable release)"
13-
pnpm exec changeset publish --tag v6
13+
pnpm exec changeset publish --tag version-6
1414
fi

0 commit comments

Comments
 (0)