Skip to content

Commit

Permalink
Merge pull request #53 from berkandirim/master
Browse files Browse the repository at this point in the history
Add CI to publlish to NPM
  • Loading branch information
berkandirim authored May 20, 2024
2 parents 92e504f + 3403bf0 commit e24a0ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

set -eu

echo //registry.npmjs.org/:_authToken=$NPM_TOKEN > ~/.npmrc
echo //registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN} > ~/.npmrc

npm run publish

0 comments on commit e24a0ff

Please sign in to comment.