Skip to content

Commit

Permalink
Remove --dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Scullin committed Mar 26, 2024
1 parent 9b1ac0a commit cc037d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
npx lerna version $VERSION --yes --no-push --no-git-tag-version
for package in $PACKAGES; do
echo Publishing $package $VERSION
npm publish --dry-run -w $package --access=public --tag next
npm publish -w $package --access=public --tag next
done
env:
CI: true
Expand Down

0 comments on commit cc037d6

Please sign in to comment.