Skip to content

Commit

Permalink
string v prefix from docker tag (#14147)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Aug 20, 2024
1 parent a937d5c commit 4f5374b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/client-compatibility-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ jobs:
elif [ "$GITHUB_REF_TYPE" = "tag" ]; then
echo "Fetching Chainlink version from tag"
chainlink_version="${{ github.ref_name }}"
chainlink_version=${chainlink_version#v}
cl_ref_path="releases"
else
echo "Unsupported trigger event. It's probably an issue with the pipeline definition. Please reach out to the Test Tooling team."
Expand Down

0 comments on commit 4f5374b

Please sign in to comment.