Skip to content

Commit

Permalink
ops: attempt colorette gh actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksta committed Jul 9, 2024
1 parent a4fafe9 commit dd5b6e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- name: Electron Forge Publish
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
# This is *extremely* silly, but this should fix an issue where
# colorette produces a stack overflow when the error output is too
# large. Coloring console output causes a bug because someone decided
# to use recursion because wouldnt that be a fun idea in a language
# without tail call optimization. I love the js ecosystem.
NO_COLOR: true
run: npm run publish

release-windows:
Expand All @@ -41,4 +47,5 @@ jobs:
- name: Electron Forge Publish
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NO_COLOR: true
run: npm run publish

0 comments on commit dd5b6e1

Please sign in to comment.