Skip to content

Commit

Permalink
Merge pull request #55 from Kuechlin/fix-github-actions
Browse files Browse the repository at this point in the history
fix: github action
  • Loading branch information
Kuechlin authored Aug 3, 2022
2 parents de7f359 + fb44e93 commit 2018433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Publish package on NPM 📦
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

0 comments on commit 2018433

Please sign in to comment.