Skip to content

Commit f8da2e7

Browse files
fix: publish use bash (#336)
1 parent 9d06545 commit f8da2e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "1.8.1",
55
"scripts": {
6-
"ci:changeset:publish": "sh ./scripts/tag-and-push.sh",
6+
"ci:changeset:publish": "bash ./scripts/tag-and-push.sh",
77
"ci:changeset:version": "pnpm changeset version"
88
},
99
"devDependencies": {

0 commit comments

Comments
 (0)