Skip to content

Commit

Permalink
Upgrade npm publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrsn committed May 25, 2023
1 parent 7b94ed1 commit d80b8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build
run: npm run build
- name: Publish NPM Module
uses: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v2
with:
check-version: false
token: ${{ secrets.NPM_DEPLOY_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
asset_name: ${{ github.event.repository.name }}.zip
asset_content_type: application/zip
- name: Publish NPM Module
uses: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_DEPLOY_KEY }}

Expand Down

0 comments on commit d80b8a3

Please sign in to comment.