Skip to content

Commit 34e955a

Browse files
committed
chore(ci): add nightly
1 parent 53485ac commit 34e955a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ jobs:
6666
- name: Run test suite
6767
run: pnpm test
6868

69-
- name: Test types
70-
run: pnpm test:types
71-
72-
- name: Test playground types
73-
run: pnpm test:types:playground
69+
- name: Release Nightly
70+
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
71+
run: pnpm changelogen --bump --canary --publish --publishTag nightly
72+
env:
73+
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
74+
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)