fix(ci): fsck you git

This commit is contained in:
/home/neo 2026-04-16 19:00:36 +03:00 committed by GitHub
parent 40cc78882a
commit ad0939acab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -234,6 +234,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