Skip to content

Commit dea089d

Browse files
committed
Remove deploy.
1 parent c40155a commit dea089d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "POM VERSION" ${MY_POM_VERSION}
4040
if [[ $MY_POM_VERSION =~ ^.*SNAPSHOT$ ]];
4141
then
42-
./mvnw -B -Dhttps.protocols=TLSv1.2 clean deploy
42+
./mvnw -B -Dhttps.protocols=TLSv1.2 clean
4343
else
4444
echo "not deploying release: " ${MY_POM_VERSION}
4545
fi

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
then
4545
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`
4646
echo "POM VERSION" ${MY_POM_VERSION}
47-
./mvnw --no-transfer-progress -B clean deploy
47+
./mvnw --no-transfer-progress -B clean
4848
else
4949
echo "not deploying on java version: " ${MY_JAVA_VERSION}
5050
fi

0 commit comments

Comments
 (0)