Skip to content

Commit

Permalink
Adapt locale
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxM1211 committed Feb 13, 2025
1 parent b678a68 commit 7a4c917
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/create_realease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ jobs:

- name: Set Timezone
id: timezone
run: sudo timedatectl set-timezone Europe/Berlin
run: |
sudo timedatectl set-timezone Europe/Berlin
sudo apt install -y locales
sudo locale-gen de_DE.UTF-8
- name: Get Date
id: date
Expand Down Expand Up @@ -101,7 +104,7 @@ jobs:
then
echo "RELEASE_TITLE_LIVE=${{ vars.RELEASE_TITLE_LIVE }} (${{ steps.month.outputs.MONTH }})" >> $GITHUB_OUTPUT
else
echo "RELEASE_TITLE_LIVE=$(git log -1 --pretty=%s -- live/global.ini | cut -s -d'|' -f1 | rev | cut -c 2- | rev) LIVE (${{ steps.month.outputs.MONTH }})" >> $GITHUB_OUTPUT
echo "RELEASE_TITLE_LIVE=$(git log -1 --pretty=%s -- live/global.ini | cut -s -d'|' -f1 | rev | cut -c 2- | rev ) LIVE (${{ steps.month.outputs.MONTH }})" >> $GITHUB_OUTPUT
fi
- name: Get Last Tag On PTU
Expand Down

0 comments on commit 7a4c917

Please sign in to comment.