fix: sign correct tag for dedicated server release

This commit is contained in:
itsRevela 2026-03-29 17:14:43 -05:00
parent 97a1459929
commit b8cfd62cdf

View file

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