Skip to content

Commit

Permalink
fix: release - change bom version for release release (#1551)
Browse files Browse the repository at this point in the history
  • Loading branch information
csviri authored Oct 19, 2022
1 parent 86515f6 commit d3e870a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-project-in-dir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Change version to release version
# Assume that RELEASE_VERSION will have form like: "v1.0.1". So we cut the "v"
run: |
mvn ${MAVEN_ARGS} versions:set -DnewVersion="${RELEASE_VERSION:1}" versions:commit
mvn ${MAVEN_ARGS} versions:set -DnewVersion="${RELEASE_VERSION:1}" versions:commit -DprocessAllModules
env:
RELEASE_VERSION: ${{ github.event.release.tag_name }}

Expand Down

0 comments on commit d3e870a

Please sign in to comment.