From b832c9dbec62f5734a084e031ce754f4d6da6997 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Fri, 19 May 2023 02:44:15 +0200 Subject: [PATCH] hack: move tag before release --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a240ad7..5774b3f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,6 +55,10 @@ jobs: - uses: actions/download-artifact@v2 with: path: ./artifacts + - name: Move nightly tag to latest commit + run: | + git tag --force --annotate nightly ${GITHUB_SHA}; + git push --tags --force; - name: Create zip files run: | cd ./artifacts;