Skip to content

Commit

Permalink
fix: use new action npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Feb 4, 2023
1 parent 20c2a35 commit 6f384e6
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: rxfork/npm-publish@v1
if: "!contains(github.ref, '-alpha.')"
with:
token: ${{ secrets.NPM_TOKEN }}
- uses: JS-DevTools/npm-publish@v1
- uses: rxfork/npm-publish@v1
if: "contains(github.ref, '-alpha.')"
with:
token: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 6f384e6

Please sign in to comment.