mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-06-26 23:17:03 +00:00
fix: sign correct tag for dedicated server release
This commit is contained in:
parent
97a1459929
commit
b8cfd62cdf
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
|
@ -202,8 +202,8 @@ jobs:
|
|||
|
||||
- name: Create signed tag
|
||||
run: |
|
||||
git tag -s -f Nightly -m "Nightly release ${{ steps.sha.outputs.short }}"
|
||||
git push origin Nightly --force
|
||||
git tag -s -f Nightly-Dedicated-Server -m "Nightly server release ${{ steps.sha.outputs.short }}"
|
||||
git push origin Nightly-Dedicated-Server --force
|
||||
|
||||
- name: Create release
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue