Skip to content

Commit

Permalink
chore: use correct github npm secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Dyer committed Aug 28, 2024
1 parent f51576a commit 5e54b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- run: npm ci
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ matrix.registry == 'https://registry.npmjs.org' && secrets.NPM_TOKEN || secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ matrix.registry == 'https://registry.npmjs.org' && secrets.NPM_TOKEN || secrets.NPM_GITHUB_TOKEN }}

0 comments on commit 5e54b3b

Please sign in to comment.