Skip to content

Commit

Permalink
Update JS-DevTools/npm-publish action to v2
Browse files Browse the repository at this point in the history
Dependency update (patch) :)
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent 4bda37b commit 7e5517c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
node-version: 12
- run: npm ci
- run: npm run build --if-present
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7e5517c

Please sign in to comment.