Skip to content

Commit

Permalink
chore(deps): update js-devtools/npm-publish action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 3dce03c commit a2f896e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
- name: Verify
id: verify_code
run: pnpm verify:web
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v3
if: '!contains(github.ref, ''-alpha.'')'
with:
token: ${{ secrets.NPM_TOKEN }}
- uses: JS-DevTools/npm-publish@v1
- uses: JS-DevTools/npm-publish@v3
if: 'contains(github.ref, ''-alpha.'')'
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit a2f896e

Please sign in to comment.