Skip to content

Commit

Permalink
Publish to npm (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
lasuillard authored Apr 7, 2024
1 parent 53fde7b commit 01b5b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version-file: .node-version
cache: yarn
registry-url: https://npm.pkg.github.com
registry-url: https://registry.npmjs.org
scope: '@lasuillard'

- name: Install deps
Expand All @@ -39,5 +39,5 @@ jobs:

- name: Publish package
env:
NODE_AUTH_TOKEN: ${{ github.token }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: yarn publish

0 comments on commit 01b5b4c

Please sign in to comment.