Skip to content

Commit

Permalink
chore: provide npm token in correct form
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Nov 7, 2022
1 parent 21d536f commit cd85147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
- name: Publish to npm
run: pnpm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
npm_config_//registry.npmjs.org/: _authToken=${{ secrets.NPM_TOKEN }}

0 comments on commit cd85147

Please sign in to comment.