Skip to content

Commit

Permalink
chore: complete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotxx committed Dec 26, 2023
1 parent 3f274b4 commit 6d54dbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:
working-directory: ./ui
run: |
npm install
# Using 'CI=false' prevents build errors due to warnings.
# It bypasses the 'process.env.CI = true' setting in CI environments
# that treats warnings as errors, ensuring a successful build.
CI=false npm run build
- name: Release the karbour with GoReleaser
Expand Down

0 comments on commit 6d54dbb

Please sign in to comment.