Skip to content

Commit

Permalink
Merge pull request #1254 from Concordium/lma/release/error_msg
Browse files Browse the repository at this point in the history
Fix error message
  • Loading branch information
lassemand authored Nov 5, 2024
2 parents 14a9427 + 0f44372 commit f24d0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
if [ -z "${{ env.SERVICE }}" ]; then
IFS='-' read -r VERSION BUILD RELEASE_TYPE <<< "${{ github.ref_name }}"
if [ ! "$VERSION" = "$CARGO_VERSION" ]; then
echo "::error::${GITHUB_REF_NAME} does not match ${VERSION}."
echo "::error::${CARGO_VERSION} does not match ${VERSION}."
exit 1
fi
else
Expand Down

0 comments on commit f24d0b7

Please sign in to comment.