[ci] Revert: Workflows: Use real username to commit changes and fix assets (#823)

Let's revert 3c511023f3, because DCO don't
like such commits
This commit is contained in:
Andrei Kvapil
2025-04-17 23:30:51 +02:00
committed by GitHub

View File

@@ -95,8 +95,8 @@ jobs:
GIT_AUTHOR_NAME: ${{ github.actor }}
GIT_AUTHOR_EMAIL: ${{ github.actor }}@users.noreply.github.com
run: |
git config user.name "$GIT_AUTHOR_NAME"
git config user.email "$GIT_AUTHOR_EMAIL"
git config user.name "github-actions"
git config user.email "github-actions@github.com"
git add .
git commit -m "Prepare release ${GITHUB_REF#refs/tags/}" -s || echo "No changes to commit"