From 7dec9cbe9ba60f2c9f8a2d0e8039a6041a777ba3 Mon Sep 17 00:00:00 2001 From: coolcoala Date: Thu, 10 Jul 2025 23:18:38 +0300 Subject: [PATCH] fix actions --- .github/workflows/autobuild.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 99e25a61..f6c7c81e 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -77,6 +77,15 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Update git tag + run: | + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + git tag -f ${{ env.TAG_NAME }} + git push --force origin ${{ env.TAG_NAME }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Fetch UPDATE logs id: fetch_update_logs run: |