Skip to content

Commit

Permalink
ci: use pkg-pr-new to deploy commits
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Oct 31, 2024
1 parent 8fcfe6a commit b922f5e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- run: pnpm lint
- run: pnpm prepack
- run: pnpm test
# - name: Release Nightly
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
# run: pnpm changelogen --bump --canary --publish --publishTag nightly
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
# NPM_CONFIG_PROVENANCE: true
- name: Publish
run: pnpx pkg-pr-new publish --compact --no-template --pnpm

0 comments on commit b922f5e

Please sign in to comment.