Skip to content

Commit

Permalink
Update npm-publish.yml to use v2 action
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschaMetze authored May 16, 2023
1 parent 9584a6b commit d447873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: 14
- uses: JS-DevTools/npm-publish@master
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_PUBLISH_TOKEN }}
# expires never!
Expand Down

0 comments on commit d447873

Please sign in to comment.