From cc50eb6c3dc23c6a589a46777b74329579f72694 Mon Sep 17 00:00:00 2001 From: Adam Hamrick Date: Fri, 2 Aug 2024 10:08:55 -0400 Subject: [PATCH] Adds release suffix for CCIP releases --- .github/workflows/integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index ba0a2d1333..339bc98df4 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -808,6 +808,7 @@ jobs: echo "Error: The latest_version is empty. The migration tests need a verison to run." exit 1 fi + # CCIP uses the `-release` suffix for their versions echo "latest_version=${latest_version}-release" >> "$GITHUB_OUTPUT" - name: Name Versions run: |