Skip to content

Commit

Permalink
Use v2 of npm-publish workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFerr committed Aug 1, 2023
1 parent 52af03b commit a1a57f2
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 @@ -128,7 +128,7 @@ jobs:
draft: true
files: *.tgz
- name: Publish to npmjs.com
uses: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v2
with:
package: package.json
access: public
Expand Down

0 comments on commit a1a57f2

Please sign in to comment.