Skip to content

Commit

Permalink
Added auth for publish to npm (#1775) (#1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaboso authored Jan 19, 2024
1 parent 86be145 commit cd0f24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.master.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: yarn install --immutable

- name: Publish to NPM
run: yarn run ci:publish
run: yarn config set npmAuthToken "${NODE_AUTH_TOKEN}" && yarn run ci:publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

Expand Down

0 comments on commit cd0f24b

Please sign in to comment.