Skip to content

Commit

Permalink
core: set color=true to release job
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen committed Jul 22, 2024
1 parent 9a2d749 commit a118636
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
tags:
- "v*.*.*"

env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: "0"

jobs:

release:
Expand Down

0 comments on commit a118636

Please sign in to comment.