Skip to content

Commit

Permalink
test(ci): inhibit force color output for proudust/gh-describe (#29)
Browse files Browse the repository at this point in the history
It seems proudust/gh-describe doesn't like color output.
  • Loading branch information
zaufi authored Aug 1, 2024
1 parent 7a7f2eb commit d6212f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
- name: Git Describe
id: ghd
uses: proudust/gh-describe@v2
env:
CLICOLOR: 0
CLICOLOR_FORCE: 0
FORCE_COLOR: 0

- name: Prepare Version
shell: bash
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
- name: Git Describe
id: ghd
uses: proudust/gh-describe@v2
env:
CLICOLOR: 0
CLICOLOR_FORCE: 0
FORCE_COLOR: 0

# NOTE It's not exactly the same as in the `linters.yaml` workflow!
# This one strips _local version_!
Expand Down

0 comments on commit d6212f7

Please sign in to comment.