Skip to content

Commit

Permalink
fix(release): npm publish not authenticated
Browse files Browse the repository at this point in the history
  • Loading branch information
mentos1386 committed Aug 13, 2022
1 parent 2941e05 commit 21494e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: 'npm'
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- run: npm config set //registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 21494e8

Please sign in to comment.