Skip to content

Commit

Permalink
Remove deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme committed Feb 18, 2024
1 parent 1d3db0d commit c8cf2f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "POM VERSION" ${MY_POM_VERSION}
if [[ $MY_POM_VERSION =~ ^.*SNAPSHOT$ ]];
then
./mvnw -B -Dhttps.protocols=TLSv1.2 clean deploy
./mvnw -B -Dhttps.protocols=TLSv1.2 clean
else
echo "not deploying release: " ${MY_POM_VERSION}
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
then
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`
echo "POM VERSION" ${MY_POM_VERSION}
./mvnw --no-transfer-progress -B clean deploy
./mvnw --no-transfer-progress -B clean
else
echo "not deploying on java version: " ${MY_JAVA_VERSION}
fi
Expand Down

0 comments on commit c8cf2f1

Please sign in to comment.