Skip to content

Commit

Permalink
fd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fheinecke committed Nov 12, 2024
1 parent 723ac67 commit cae06a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# Verify that the tag version matches the tool version
MAKEFILE_VERSION="$(make print-version)"
if [[ "${MAKEFILE_VERSION}" != "${VERSION}" ]]; then
echo "Makefile version '${MAKEFILE_VERSION}' does not match tag '${VERSION}'" >*2
echo "Makefile version '${MAKEFILE_VERSION}' does not match tag '${VERSION}'" >&2
exit 1
fi
fi
Expand Down

0 comments on commit cae06a6

Please sign in to comment.