We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd0db3 commit 0ce3e89Copy full SHA for 0ce3e89
1 file changed
.github/workflows/pipeline-release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: pack source
15
id: run-pack
16
run: |
17
- version=$(grep -oP 'msft_proxy\s+VERSION\s+\K[0-9]+\.[0-9]+\.[0-9]+' CMakeLists.txt)
+ version=$(grep -oP 'msft_proxy\d+\s+VERSION\s+\K[0-9]+\.[0-9]+\.[0-9]+' CMakeLists.txt)
18
git tag "$version"
19
git push origin "$version"
20
tar -czf "proxy-$version.tgz" $(git ls-files 'include/**.h' 'include/**.ixx')
0 commit comments