Skip to content

Commit ee3805a

Browse files
committed
do itgit add .
1 parent 896aa55 commit ee3805a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

packages/scoped/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"],

packages/scopeless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"],

0 commit comments

Comments
 (0)