Skip to content

Commit

Permalink
fix: publish on npm as next for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Jul 1, 2022
1 parent 4ca4c31 commit f545390
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ jobs:
id: build_code
run: npm run build
- uses: JS-DevTools/npm-publish@v1
if: "!contains(github.ref, '-alpha.')"
with:
token: ${{ secrets.NPM_TOKEN }}
- uses: JS-DevTools/npm-publish@v1
if: "contains(github.ref, '-alpha.')"
with:
token: ${{ secrets.NPM_TOKEN }}
tag: next


0 comments on commit f545390

Please sign in to comment.