Skip to content

Commit

Permalink
chore: use npm token
Browse files Browse the repository at this point in the history
  • Loading branch information
zaida04 committed Jul 20, 2022
1 parent 7fdcf9a commit 046cc01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
node-version: "16"
cache: "pnpm"
registry-url: " https://registry.npmjs.org"

- name: Install dependencies
run: pnpm install -r
Expand All @@ -42,3 +43,5 @@ jobs:

- name: Release
run: pnpm recursive publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 046cc01

Please sign in to comment.