Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 060fd53

Browse files
committed
Set Project Version Using Tag
1 parent 9403dc1 commit 060fd53

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
with:
8282
servers: '[{"id": "highmed-dsf", "username": "${{ github.actor }}", "password": "${{ secrets.GITHUB_TOKEN }}"}]'
8383

84+
- name: Set Version in Maven Parent Project and Submodules
85+
run: mvn -q versions:set -DnewVersion="${{ steps.prep.outputs.version }}" -DprocessAllModules=true
86+
8487
- name: Build with Maven
8588
run: mvn -B deploy -DskipTests --file codex-process-feasibility/pom.xml
8689
env:

0 commit comments

Comments
 (0)