Skip to content

Commit

Permalink
fix(nightly-ci): run build directly
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Jan 18, 2024
1 parent 8cf0a04 commit e90ea72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
registry-url: "https://registry.npmjs.org/"
cache: "pnpm"

- run: pnpm install && pnpm dev:prepare
- run: pnpm build

- run: pnpm install && pnpm build
- run: pnpm changelogen --bump --canary --publish --publishTag nightly --from $(git log -n 1 --pretty=format:%H -- CHANGELOG.md)
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Expand Down

0 comments on commit e90ea72

Please sign in to comment.