Update build.yml

This commit is contained in:
CptMoore
2023-07-30 19:22:23 +02:00
committed by GitHub
parent cc6adb70f6
commit 2345dd0ae6
+1 -1
View File
@@ -200,7 +200,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Latest Tag
if: github.ref == 'refs/heads/master'
working-directory: ${{ inputs.checkout-directory }}
working-directory: source
run: |
git tag -d latest || true
git tag latest