We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53485ac commit 34e955aCopy full SHA for 34e955a
.github/workflows/ci.yml
@@ -66,8 +66,9 @@ jobs:
66
- name: Run test suite
67
run: pnpm test
68
69
- - name: Test types
70
- run: pnpm test:types
71
-
72
- - name: Test playground types
73
- run: pnpm test:types:playground
+ - 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 }}
74
+ NPM_CONFIG_PROVENANCE: true
0 commit comments