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 be623ef commit 79a5f23Copy full SHA for 79a5f23
.github/workflows/publish-release.yml
@@ -43,7 +43,7 @@ jobs:
43
if [[ -z "${RELEASE_BODY}" && -f "CHANGELOG.md" ]]; then
44
RELEASE_BODY="See [CHANGELOG.md](CHANGELOG.md) for changes details."
45
fi
46
- if [[ $( echo ${TAG_NAME} | grep -E "\-(alpha|beta|rc)[0-9]*$" ) ]];
+ if [[ $( echo ${TAG_NAME} | grep -E "\-(alpha|beta|rc)[0-9]*$" ) ]]; then
47
PRERELEASE="true"
48
else
49
PRERELEASE="false"
0 commit comments