Skip to content

Commit

Permalink
updated version message
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayton7510 committed Sep 9, 2020
1 parent 83d99bc commit fee60f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/develop.yml
Expand Up @@ -41,8 +41,9 @@ jobs:
run: |
cd tf-build-tools
VERSION=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.version -q -DforceStdout)
echo "***** $VERSION is $VERSION ******"
if echo $VERSION | grep -q SNAPSHOT ; then
./mvnw deploy -DskipTests=true
else
echo "***** Version is $VERSION; Deploy is Only for SNAPSHOT Releases *****"
echo "***** Deploy is Only for SNAPSHOT Releases *****"
fi

0 comments on commit fee60f0

Please sign in to comment.