Skip to content

Commit

Permalink
chore(ci): add nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 21, 2024
1 parent 53485ac commit 34e955a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ jobs:
- name: Run test suite
run: pnpm test

- name: Test types
run: pnpm test:types

- name: Test playground types
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 }}
NPM_CONFIG_PROVENANCE: true

0 comments on commit 34e955a

Please sign in to comment.