Use latest instead of mater as tag because ~reasons~
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user