fix actions

This commit is contained in:
coolcoala
2025-07-10 23:18:38 +03:00
parent 1274ba2324
commit 7dec9cbe9b

View File

@@ -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: |