Skip to content

Commit

Permalink
ci: fix npm token setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 committed Oct 2, 2023
1 parent 523a06f commit c9eb788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d
with:
node-version: lts/*
registry-url: 'https://registry.npmjs.org'
cache: yarn
- name: Install dependencies
run: yarn install --network-timeout 600000
Expand All @@ -26,4 +27,4 @@ jobs:
- name: Publish to npm
run: npm publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c9eb788

Please sign in to comment.