Skip to content

Commit e1b29c8

Browse files
committed
fix release script to use v6 tag
1 parent 00eec6c commit e1b29c8

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
@@ -4,7 +4,7 @@ MODE=$(node -e "console.log(require('./.changeset/pre.json').mode)")
44

55
# Can only provide a custom --tag when not in prerelease mode
66
# The prerelease tags come from the pre.json "tag" field
7-
if [ $MODE == "exit" ]; then
7+
if [ "${MODE}" == "exit" ]; then
88
pnpm exec changeset publish --tag v6
99
else
1010
pnpm exec changeset publish

0 commit comments

Comments
 (0)