Skip to content

Commit

Permalink
fix: remove dry run
Browse files Browse the repository at this point in the history
^_^ not my best release day
  • Loading branch information
juanpicado committed Nov 8, 2022
1 parent 1500f92 commit 32ecdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.sh
Expand Up @@ -10,4 +10,4 @@ echo "Bumping version to new tag: ${lastTag}"
echo "//$REGISTRY_URL/:_authToken=$REGISTRY_AUTH_TOKEN" > .npmrc

# Publish to NPM
npm publish --dry-run --registry https://$REGISTRY_URL/
npm publish --registry https://$REGISTRY_URL/

0 comments on commit 32ecdfb

Please sign in to comment.