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 and finn-block committed Mar 19, 2024
1 parent af802df commit f6a461e
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 f6a461e

Please sign in to comment.