locale gen hinzugefügt
All checks were successful
Build Changelog and Release / release (push) Successful in 7s
All checks were successful
Build Changelog and Release / release (push) Successful in 7s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user