Skip to content

Commit

Permalink
REVERT ME: testing release build not existing
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Feb 16, 2024
1 parent 0ceb667 commit a936e5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2ePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit a936e5c

Please sign in to comment.