Skip to content

Commit

Permalink
COPS-3404
Browse files Browse the repository at this point in the history
  • Loading branch information
arturnetdev committed Jul 23, 2024
1 parent 47684ce commit 919abcc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ jobs:

- name: Configure npm for publishing
run: |
echo "registry=https://registry.npmjs.org/" > ~/.npmrc
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
- name: Publish to npm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: cat ~/.npmrc
run: npm publish --access public

0 comments on commit 919abcc

Please sign in to comment.