mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-07-23 14:17:07 +00:00
fix(ci): fsck you git
This commit is contained in:
parent
40cc78882a
commit
ad0939acab
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue