Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: zxypro1 <[email protected]>
  • Loading branch information
zxypro1 committed Jul 29, 2024
1 parent 091225a commit 9383be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if git diff HEAD^ HEAD --name-only | grep -q "${PACKAGE_JSON}"; then
echo "Publishing ${{ matrix.package }}..."
cd $PACKAGE_DIR
npm run pub
pnpm publish --tag=beta --no-git-checks
else
echo "No changes in ${{ matrix.package }}/package.json"
fi
Expand Down

0 comments on commit 9383be2

Please sign in to comment.