From 53e50647e0a20ed31f5898f10828bcefa4892114 Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Sun, 12 Apr 2026 14:44:53 +0300 Subject: [PATCH] fix: CI part 2 --- .github/workflows/nightly.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index b74ddf78..6a0d9ee5 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -197,6 +197,8 @@ jobs: - name: Create tag run: | + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" git tag -f Nightly-Dedicated-Server -m "Nightly server release ${{ steps.sha.outputs.short }}" git push origin Nightly-Dedicated-Server --force @@ -249,6 +251,8 @@ jobs: - name: Create signed tag run: | + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" git tag -f Nightly -m "Nightly release ${{ steps.sha.outputs.short }}" git push origin Nightly --force