Skip to content

Commit

Permalink
Adds release suffix for CCIP releases
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Aug 2, 2024
1 parent 92795a8 commit cc50eb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit cc50eb6

Please sign in to comment.