From 05cb105726e0bbe48c2886387b43c0e31a568604 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Sat, 7 Sep 2024 21:24:20 +0000 Subject: [PATCH] calculate-metrics: remove latest tag to move the tag --- .github/workflows/calculate-metrics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/calculate-metrics.yml b/.github/workflows/calculate-metrics.yml index 1f9a7ae6..8648eca0 100644 --- a/.github/workflows/calculate-metrics.yml +++ b/.github/workflows/calculate-metrics.yml @@ -34,7 +34,7 @@ jobs: run: | git config --global user.name "GitHub Action" git config --global user.email "action@github.com" - git add metrics.log && git commit -m "metrics: update metrics log" && git push + git add metrics.log && git commit -m "metrics: update metrics log" && git tag -d latest && git push - name: Create metrics.zip if: always()