Skip to content

Commit

Permalink
Set CARGO_TERM_COLOR=always for all CD jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Jul 11, 2024
1 parent e5683c6 commit 477921c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CD
on:
release:
types: [published]
env:
CARGO_TERM_COLOR: always

jobs:
deploy:
Expand Down Expand Up @@ -65,8 +67,6 @@ jobs:
cargo-publish:
name: Publish to crates.io
runs-on: ubuntu-latest
env:
CARGO_TERM_COLOR: always

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 477921c

Please sign in to comment.