From d3e870af27159e3b8f7ee372bd75d786118d00d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Wed, 19 Oct 2022 15:32:59 +0200 Subject: [PATCH] fix: release - change bom version for release release (#1551) --- .github/workflows/release-project-in-dir.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-project-in-dir.yml b/.github/workflows/release-project-in-dir.yml index d3e1f4a011..cb78e8bf18 100644 --- a/.github/workflows/release-project-in-dir.yml +++ b/.github/workflows/release-project-in-dir.yml @@ -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 }}