mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Update build.yml
This commit is contained in:
@@ -200,7 +200,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Create Latest Tag
|
- name: Create Latest Tag
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
working-directory: ${{ inputs.checkout-directory }}
|
working-directory: source
|
||||||
run: |
|
run: |
|
||||||
git tag -d latest || true
|
git tag -d latest || true
|
||||||
git tag latest
|
git tag latest
|
||||||
|
|||||||
Reference in New Issue
Block a user