diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8e5c20..bafc7fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,6 +145,10 @@ jobs: needs: check-changes if: needs.check-changes.outputs.has_changes == 'true' || github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest + env: + LANG: en_US.UTF-8 + LC_ALL: en_US.UTF-8 + steps: - name: Checkout repository