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 c40155a commit dea089dCopy full SHA for dea089d
.github/workflows/maven-v1.yml
@@ -39,7 +39,7 @@ jobs:
39
echo "POM VERSION" ${MY_POM_VERSION}
40
if [[ $MY_POM_VERSION =~ ^.*SNAPSHOT$ ]];
41
then
42
- ./mvnw -B -Dhttps.protocols=TLSv1.2 clean deploy
+ ./mvnw -B -Dhttps.protocols=TLSv1.2 clean
43
else
44
echo "not deploying release: " ${MY_POM_VERSION}
45
fi
.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
export MY_POM_VERSION=`./mvnw -q -Dexec.executable="echo" -Dexec.args='${projects.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec`
46
47
- ./mvnw --no-transfer-progress -B clean deploy
+ ./mvnw --no-transfer-progress -B clean
48
49
echo "not deploying on java version: " ${MY_JAVA_VERSION}
50
0 commit comments