Skip to content

Commit

Permalink
Update npm-publish action version to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Dec 1, 2023
1 parent c12d5da commit 5745c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
node-version: 16
- run: npm ci
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 5745c7b

Please sign in to comment.