Skip to content

Commit

Permalink
chore: ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Sep 27, 2023
1 parent 4044c21 commit ab47468
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ jobs:
if: github.ref == 'refs/heads/develop'
run: pnpm publish:next

- name: publish @next when on fix
if: startsWith(github.ref, 'refs/heads/fix')
run: pnpm publish:next

- name: publish @unstable when on unstable branch
if: startsWith(github.ref, 'refs/heads/feat')
run: pnpm publish:unstable

0 comments on commit ab47468

Please sign in to comment.