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 c2f96e9 commit c41ff08Copy full SHA for c41ff08
.github/workflows/postman.yml
@@ -65,7 +65,7 @@ jobs:
65
run: |
66
ext=${{ matrix.extension }}
67
file=$(ls Postman*${ext})
68
- version=$(python3 -c "import re; print(re.match(r'Postman.*(([0-9]+\.){2}[0-9]+)${ext}', '${file}').group(1))")
+ version=$(python3 -c "import re; print(re.match(r'Postman.*(([0-9]+\.){2}[0-9]+).*${ext}', '${file}').group(1))")
69
echo "Postman Version = ${version}"
70
echo "VERSION=${version}" >> $GITHUB_ENV
71
rm -v ${file}
0 commit comments