diff --git a/.github/workflows/create_realease.yml b/.github/workflows/create_realease.yml index 9c7f2250..9aa45aeb 100644 --- a/.github/workflows/create_realease.yml +++ b/.github/workflows/create_realease.yml @@ -69,7 +69,7 @@ jobs: - name: Get Month id: month - run: echo "MONTH=$(date '+%B')" >> $GITHUB_OUTPUT + run: echo "MONTH=$(LC_ALL="de_DE.UTF-8" date '+%B')" >> $GITHUB_OUTPUT - name: Count New Commits On PTU # counts the commits to ptu/global.ini during the last 14 days id: new_commits_ptu