locale gen hinzugefügt
All checks were successful
Build Changelog and Release / release (push) Successful in 7s

This commit is contained in:
2025-05-29 10:39:14 +02:00
parent 733f16c90c
commit a1328dc32e

View File

@ -18,6 +18,12 @@ jobs:
curl -sSL https://github.com/git-chglog/git-chglog/releases/download/v0.15.1/git-chglog_0.15.1_linux_amd64.tar.gz | tar -xz
sudo mv git-chglog /usr/local/bin/
- name: Setup Locale
run: |
sudo locale-gen en_US.UTF-8 || true
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
- name: Generate changelog
env:
LANG: en_US.UTF-8