Skip to content

Commit

Permalink
chore(ci): deploy to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Dec 13, 2024
1 parent 91800df commit 05d65fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
registry-url: https://npm.pkg.github.com/
- run: yarn install
- run: yarn push
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
permissions:
contents: read
packages: write

0 comments on commit 05d65fb

Please sign in to comment.