mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-04 23:03:07 +00:00
chore: set npm token to .npmrc (#1266)
This commit is contained in:
parent
9b6448bf63
commit
48f77f94f3
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -231,7 +231,9 @@ jobs:
|
||||
- run: npm run build
|
||||
if: ${{ steps.release.outputs.releases_created }}
|
||||
|
||||
- name: Authenticate with registry
|
||||
if: ${{ steps.release.outputs.releases_created }}
|
||||
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ./.npmrc
|
||||
|
||||
- run: npm publish --workspaces --tag latest --access public
|
||||
if: ${{ steps.release.outputs.releases_created }}
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user