Skip to content

Commit

Permalink
ci: fix canary build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jpntex committed Jan 25, 2024
1 parent 7c43860 commit cf164e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.P_GITHUB_TOKEN }}

- name: Build
run: pnpm run build:ui
run: pnpm run build
if: steps.checkStatus.outcome == 'success'

- name: Publish canary
Expand Down

0 comments on commit cf164e3

Please sign in to comment.