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 800a3f4 commit d0e809fCopy full SHA for d0e809f
doc-deploy-stable/action.yml
@@ -51,6 +51,8 @@ runs:
51
ref_name="${{ github.ref_name }}"
52
version=${ref_name##*v}
53
version=${version##*release/}
54
+ # HACK: pydfp uses release-X.Y.Z
55
+ version=${version##*release-}
56
# Check that the version is of the accepted format
57
echo "ACCEPTED_FORMAT=$([[ "$version" =~ ^[0-9]+\.[0-9]+$|^[0-9]+\.[0-9]+\.[0-9]+$ ]] && echo "true" || echo "false")" >> $GITHUB_ENV
58
echo "PRELIMINARY_VERSION=$version" >> $GITHUB_ENV
0 commit comments