Skip to content

Commit

Permalink
Update alpha-npm.yml (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal authored Mar 8, 2024
1 parent eba12e9 commit 9c27ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpha-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
for package in $PACKAGES; do
cd packages/$package
pnpm publish --tag alpha --no-git-tag-version --access public --provenance
pnpm publish --tag alpha --access public --provenance
cd ../..
done
shell: bash

0 comments on commit 9c27ee4

Please sign in to comment.