File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ jobs:
188188 tar -xf packages.tar
189189 cd packages
190190 for pkg in *.tgz; do
191- pnpm publish --access public --tag $TAG $pkg || { echo "publishing $pkg failed"; FAILED=true; }
191+ pnpm publish --no-git-checks -- access public --tag $TAG $pkg || { echo "publishing $pkg failed"; FAILED=true; }
192192 done
193193 if [[ "$FAILED" == "true" ]]; then
194194 echo "one or more packages failed to publish"
Original file line number Diff line number Diff line change 11{
22 "name" : " @svitejs/scoped-example" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "type" : " module" ,
55 "license" : " ISC" ,
66 "files" : [" index.js" ],
Original file line number Diff line number Diff line change 11{
22 "name" : " svitejs-scopeless-example" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "type" : " module" ,
55 "license" : " ISC" ,
66 "files" : [" index.js" ],
You can’t perform that action at this time.
0 commit comments