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 94f71a4 commit dc855d8Copy full SHA for dc855d8
.github/workflows/version_check.yml
@@ -25,7 +25,7 @@ jobs:
25
# Validate version.h matches the release tag
26
- name: Assert version increment
27
run: |
28
- CODE_VERSION=$(grep -oP '#define\s+VERSION\s+"\K\d+(\.\d+){2,3}' source/source_main/version.h)
+ CODE_VERSION=$(grep -oP '#define\s+VERSION\s+"\Kv?\d+(\.\d+){2,3}' source/source_main/version.h)
29
30
if [[ -z "$CODE_VERSION" ]]; then
31
echo "::error::Failed to extract version from source/source_main/version.h"
0 commit comments