We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574d383 commit f862b7cCopy full SHA for f862b7c
.github/workflows/release.yaml
@@ -33,7 +33,7 @@ jobs:
33
id: versioncheck
34
with:
35
pyproject-path: "./pyproject.toml"
36
- test-regex: '[0-9]+(\.[0-9]+)*([a-z]+[0-9]+)?(\.post[0-9]+)?(\.dev[0-9]+)?'
+ test-regex: '[0-9]+(\\.[0-9]+)*([a-z]+[0-9]+)?(\\.post[0-9]+)?(\\.dev[0-9]+)?'
37
- name: check output
38
run: |
39
echo "Output: ${{ steps.versioncheck.outputs.local_version_is_higher }}" # 'true' or 'false
0 commit comments