Skip to content

Commit

Permalink
👷 Fix typo in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanprince committed Sep 25, 2024
1 parent 9186af2 commit 122ebab
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 @@ -40,7 +40,7 @@ jobs:
- name: Initialise the NPM config
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
env:
NPM_TOKEN: $(€ secrets.NPM_TOKEN 3)
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Create Release and Publish to NPM
run: pnpm run release
Expand Down

0 comments on commit 122ebab

Please sign in to comment.