From dc48bcefe8598589354962068d45b2d07aeafd82 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Mon, 25 Sep 2023 09:57:02 -0600 Subject: [PATCH] fetch the tags before deleting the multidev artifact --- .github/workflows/sage-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sage-test.yml b/.github/workflows/sage-test.yml index eabbd03c..bb65bb38 100644 --- a/.github/workflows/sage-test.yml +++ b/.github/workflows/sage-test.yml @@ -139,5 +139,6 @@ jobs: if: always() run: | cd ~/pantheon-local-copies/wpcm-sage-install-tests + git fetch --tags origin git tag -d pantheon_build_artifacts-$multidev_name git push origin --delete pantheon_build_artifacts-$multidev_name