Skip to content

Commit

Permalink
Update npm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 authored Dec 1, 2022
1 parent 5d50086 commit c470298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: npm install
- uses: JS-DevTools/npm-publish@v1
env:
WEBSITE_REPO: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
if: ${{ env.NPM_TOKEN != '' }}
with:
token: ${{ env.NPM_TOKEN }}
Expand Down

0 comments on commit c470298

Please sign in to comment.