From a936e5c36dc551dcd89b2b9aac410212a573c79f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20J=2E=20G=C3=B6decke?= Date: Fri, 16 Feb 2024 18:28:47 +0100 Subject: [PATCH] REVERT ME: testing release build not existing --- .github/workflows/e2ePerformanceTests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2ePerformanceTests.yml b/.github/workflows/e2ePerformanceTests.yml index f6985fbb89ad..21b342a49f2c 100644 --- a/.github/workflows/e2ePerformanceTests.yml +++ b/.github/workflows/e2ePerformanceTests.yml @@ -31,7 +31,9 @@ jobs: - name: Get most recent release version id: getMostRecentRelease - run: echo "VERSION=$(gh release list --limit 1 | awk '{ print $1 }')" >> "$GITHUB_OUTPUT" + # run: echo "VERSION=$(gh release list --limit 1 | awk '{ print $1 }')" >> "$GITHUB_OUTPUT" + # TODO: REVERT TO ABOVE LINE; ONLY FOR TESTING + run: echo "VERSION=on_existing_version" >> "$GITHUB_OUTPUT" env: GITHUB_TOKEN: ${{ github.token }}