Skip to content

Commit

Permalink
use different env var
Browse files Browse the repository at this point in the history
  • Loading branch information
samepant committed Aug 23, 2024
1 parent e5ea5e5 commit 4912d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn build
- run: yarn release
env:
NODE_AUTH_TOKEN: ${{secrets.PUBLISH_NPM_TOKEN}}
YARN_REGISTRY: https://registry.npmjs.org/

0 comments on commit 4912d28

Please sign in to comment.