From ae4ed5d1f59981c7537c71c3ba3826752c2b8099 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Fri, 19 May 2023 03:51:32 +0200 Subject: [PATCH] Oops, checkout already skips tag creation... --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15108d7..f4494fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,9 +59,9 @@ jobs: - name: Delete existing tag continue-on-error: true run: | - git tag -d nightly; git push --delete origin refs/tags/nightly; - name: Create nightly tag + continue-on-error: true run: | git tag nightly; git push origin nightly;