Skip to content

Commit 5f16c0d

Browse files
committed
fix(ci): no hierarchy when nightly
1 parent e02372c commit 5f16c0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/parent-versions/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
# If the version is 'nightly' or some other unstructured string, we don't want to create a hierarchy
2929
if ! [[ ${{ inputs.version }} =~ ^v[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+ ]];
3030
then
31-
echo "has_hierarchy=true" >> $GITHUB_OUTPUT
31+
echo "has_hierarchy=false" >> $GITHUB_OUTPUT
3232
echo "major_parent=" >> $GITHUB_OUTPUT
3333
echo "minor_parent=" >> $GITHUB_OUTPUT
3434
exit 0

0 commit comments

Comments
 (0)