Skip to content

Commit

Permalink
trying to fix gpg issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayton7510 committed Sep 10, 2020
1 parent fa16a35 commit 10e1caa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Expand Up @@ -53,7 +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 [ "$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 10e1caa

Please sign in to comment.