From ec310c0cf9357b27d040fb6bfc8885ba11b27f70 Mon Sep 17 00:00:00 2001 From: rory Date: Thu, 13 Jul 2023 08:07:03 -0700 Subject: [PATCH] Detach to switch to tag --- .github/workflows/e2ePerformanceTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2ePerformanceTests.yml b/.github/workflows/e2ePerformanceTests.yml index 1ad2c2aee0e8..fe364b376e3b 100644 --- a/.github/workflows/e2ePerformanceTests.yml +++ b/.github/workflows/e2ePerformanceTests.yml @@ -44,7 +44,7 @@ jobs: if: ${{ !fromJSON(steps.checkForExistingArtifact.outputs.exists) }} run: | git fetch origin tag ${{ steps.getMostRecentRelease.outputs.VERSION }} --no-tags --depth=1 - git switch ${{ steps.getMostRecentRelease.outputs.VERSION }} + git switch --detach ${{ steps.getMostRecentRelease.outputs.VERSION }} - name: Build APK if: ${{ !fromJSON(steps.checkForExistingArtifact.outputs.exists) }}