mirror of https://github.com/statping/statping
copy pasting is hard I guess
parent
e5b8c01e6d
commit
a900a95b5a
|
@ -37,7 +37,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "is_release=false" >> $GITHUB_OUTPUT
|
echo "is_release=false" >> $GITHUB_OUTPUT
|
||||||
echo "is_prerelease=true" >> $GITHUB_OUTPUT
|
echo "is_prerelease=false" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
# this will be v1.2.3 for on-tag builds and v1.2.3-numberofcommits-sha for off-tag builds
|
# this will be v1.2.3 for on-tag builds and v1.2.3-numberofcommits-sha for off-tag builds
|
||||||
echo "version=$TAG" >> $GITHUB_OUTPUT
|
echo "version=$TAG" >> $GITHUB_OUTPUT
|
||||||
|
|
Loading…
Reference in New Issue