Use latest instead of mater as tag because ~reasons~
All checks were successful
Build & Release / build (push) Successful in 9m39s
Build & Release / release (push) Has been skipped

This commit is contained in:
Salastil
2025-11-16 14:49:43 -05:00
parent e2e5badcc8
commit 0a924531e1

View File

@@ -29,12 +29,12 @@ jobs:
name: Sneedchat-Discord-Bridge
path: Sneedchat-Discord-Bridge
- name: Update Master Tag
- name: Update Latest Tag
run: |
git config user.name "Gitea Actions"
git config user.email "actions@gitea.local"
git tag -f master
git push -f origin master
git tag -f latest
git push -f origin latest
release:
runs-on: ubuntu-latest