We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0498d0f commit 6bcc26cCopy full SHA for 6bcc26c
.github/workflows/version_check.yml
@@ -33,7 +33,7 @@ jobs:
33
fi
34
35
# Verify that the version in version.h matches the tag
36
- if [[ "${{ steps.versions.outputs.current_tag }}" != "v${CODE_VERSION}" ]]; then
+ if [[ "${{ steps.versions.outputs.current_tag }}" != "${CODE_VERSION}" ]]; then
37
echo "::error::Version mismatch: tag=${{ steps.versions.outputs.current_tag }} ≠ code=${CODE_VERSION}"
38
exit 1
39
0 commit comments