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 Oct 23, 2023
1 parent 2115780 commit c21b94a
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@v2
- uses: JS-DevTools/npm-publish@v3
if: ${{ !contains(github.ref, '-alpha.') }}
with:
token: ${{ secrets.NPM_TOKEN }}
- uses: JS-DevTools/npm-publish@v2
- uses: JS-DevTools/npm-publish@v3
if: ${{ contains(github.ref, '-alpha.') }}
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit c21b94a

Please sign in to comment.