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 48a7adb commit 3a318bfCopy full SHA for 3a318bf
release.sh
@@ -20,7 +20,7 @@ mvn clean package
20
#Next build the installer because we need to sign it and bundle it
21
cd ../installer
22
mvn clean package
23
-if [ "$GITHUB_REF_TYPE" != "tag" ] || ! [[ "$GITHUB_REF_NAME" =~ "-alpha" ]]; then
+if [ "$GITHUB_REF_TYPE" != "tag" ] || [[ "$GITHUB_REF_NAME" =~ "-alpha" ]]; then
24
# IF this is not a tag, or it is a tagged prerelease, then we'll mark the installer as
25
# a prerelease installer so that it gets the latest installer - even prerelease.
26
JDEPLOY_BUNDLE_PRERELEASE=true java -jar "$JDEPLOY" clean package
0 commit comments