1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

build: fix publish script, bump stdlib 0.0.6 and vue 0.0.7

This commit is contained in:
2025-05-09 22:31:02 +07:00
parent de391fa80d
commit 7c1d801c8e
3 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ jobs:
echo "Version changed for $PACKAGE_NAME: $NPM_VERSION → $CURRENT_VERSION"
echo "Publishing $PACKAGE_NAME@$CURRENT_VERSION"
cd $PACKAGE_DIR
npm publish --access public
pnpm publish --access public --no-git-checks
cd -
else
echo "No version change detected for $PACKAGE_NAME"