We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02372c commit 5f16c0dCopy full SHA for 5f16c0d
1 file changed
.github/actions/parent-versions/action.yml
@@ -28,7 +28,7 @@ runs:
28
# If the version is 'nightly' or some other unstructured string, we don't want to create a hierarchy
29
if ! [[ ${{ inputs.version }} =~ ^v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+ ]];
30
then
31
- echo "has_hierarchy=true" >> $GITHUB_OUTPUT
+ echo "has_hierarchy=false" >> $GITHUB_OUTPUT
32
echo "major_parent=" >> $GITHUB_OUTPUT
33
echo "minor_parent=" >> $GITHUB_OUTPUT
34
exit 0
0 commit comments