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 002f8f0 commit ae6b52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
next_version=$(echo $version | awk -F'[.-]' '{print $1"."$2"."$3+1}')
mvn versions:set -DnewVersion=$next_version
echo "release_version=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout --file myapp/pom.xml)" >> "$GITHUB_OUTPUT"
echo "release_version=$next_version" >> "$GITHUB_OUTPUT"
- name: Compile Code and Package Artifact
working-directory: ./myapp
Expand Down

0 comments on commit ae6b52b

Please sign in to comment.