chore: fix pre-release CI

This commit is contained in:
Ralph Khreish
2025-09-17 21:59:12 +02:00
parent 1a3a528bf7
commit 35f3e71d2d
2 changed files with 12 additions and 0 deletions

View File

@@ -65,6 +65,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Build packages
run: npm run turbo:build
env:
NODE_ENV: production
FORCE_COLOR: 1
- name: Create Release Candidate Pull Request or Publish Release Candidate to npm
uses: changesets/action@v1
with: