Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vladi14 committed Nov 11, 2023
1 parent 6279f62 commit 5e2df1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
run: |
version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
next_version=$(echo $version | awk -F'[.-]' '{print $1"."$2"."$3+1}')
echo nextVersion >> version.txt
echo "nextVersion=$next_version" >> "$GITHUB_ENV"
echo $nextVersion >> version.txt
mvn versions:set -DnewVersion=$next_version
# - name: Compile Code and Package Artifact
Expand Down

0 comments on commit 5e2df1c

Please sign in to comment.