Use latest instead of mater as tag because ~reasons~
This commit is contained in:
@@ -29,12 +29,12 @@ jobs:
|
|||||||
name: Sneedchat-Discord-Bridge
|
name: Sneedchat-Discord-Bridge
|
||||||
path: Sneedchat-Discord-Bridge
|
path: Sneedchat-Discord-Bridge
|
||||||
|
|
||||||
- name: Update Master Tag
|
- name: Update Latest Tag
|
||||||
run: |
|
run: |
|
||||||
git config user.name "Gitea Actions"
|
git config user.name "Gitea Actions"
|
||||||
git config user.email "actions@gitea.local"
|
git config user.email "actions@gitea.local"
|
||||||
git tag -f master
|
git tag -f latest
|
||||||
git push -f origin master
|
git push -f origin latest
|
||||||
|
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user