Skip to content

Commit b922f5e

Browse files
committed
ci: use pkg-pr-new to deploy commits
1 parent 8fcfe6a commit b922f5e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
- run: pnpm lint
2626
- run: pnpm prepack
2727
- run: pnpm test
28-
# - name: Release Nightly
29-
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
30-
# run: pnpm changelogen --bump --canary --publish --publishTag nightly
31-
# env:
32-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
33-
# NPM_CONFIG_PROVENANCE: true
28+
- name: Publish
29+
run: pnpx pkg-pr-new publish --compact --no-template --pnpm
30+

0 commit comments

Comments
 (0)