Skip to content

Commit

Permalink
testing pre-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayton7510 committed Sep 11, 2020
1 parent c7ed3d7 commit d685033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Expand Up @@ -53,8 +53,8 @@ jobs:
VERSION=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.version -q -DforceStdout)
PROFILE=""
# if [ "$BRANCH_NAME" == "develop" ] && ![ echo $VERSION | grep -q SNAPSHOT ]; then
if ![ echo $VERSION | grep -q SNAPSHOT ]; then
# if [ "$BRANCH_NAME" == "develop" ] && ! echo $VERSION | grep -q SNAPSHOT ; then
if ! echo $VERSION | grep -q SNAPSHOT ; then
DOTS=$VERSION | sed -e 's/\(.\)/\n/g' | grep l | wc -l
# Ensure that the build number is in the 4th [semver] position
Expand Down

0 comments on commit d685033

Please sign in to comment.