ci: add missing git config to release pipeline

This commit is contained in:
Meier Lukas
2025-01-11 11:13:48 +01:00
parent a1fc9902a5
commit 4d69b81676

View File

@@ -94,6 +94,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.obtainToken.outputs.token }}
run: |
git config user.name "Releases Homarr"
git config user.email "175486441+homarr-releases[bot]@users.noreply.github.com"
git fetch origin dev
git checkout dev
git pull origin dev