Skip to content

Commit 61d1511

Browse files
committed
chore: fix tag flag
1 parent 35cd6d6 commit 61d1511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"build": "pnpm run -r --filter=!demo build",
7-
"release": "pnpm run lint && pnpm run build && sheep release -b master -t next",
7+
"release": "pnpm run lint && pnpm run build && sheep release -b master --tag next",
88
"lint": "eslint --ext .js,.vue packages"
99
},
1010
"devDependencies": {

0 commit comments

Comments
 (0)