Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashuto7h authored Jun 24, 2023
1 parent e7287a2 commit 949ca0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: 18.15.0
registry-url: https://npm.pkg.github.com/
- run: yarn install --frozen-lockfile
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: |
npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
yarn install --frozen-lockfile
npm publish

0 comments on commit 949ca0e

Please sign in to comment.