Skip to content

Commit

Permalink
Updated NPM env varibale (#4)
Browse files Browse the repository at this point in the history
This env varibale is the correct way to publish packages via CI
  • Loading branch information
saidsef authored Jul 5, 2023
1 parent 85b20b3 commit 2f57e79
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 @@ -103,6 +103,6 @@ jobs:
uses: actions/checkout@v3
- name: NPM Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm publish

0 comments on commit 2f57e79

Please sign in to comment.