Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvermeille committed Sep 12, 2023
1 parent b15cdda commit 951c3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
java-version: '20'
distribution: 'temurin'
# Set version as github run build number for traceability
- name: Set version in pom.xml as github run build number for traceability
run: mvn -B versions:set -DnewVersion=${{github.run_number}} -DgenerateBackupPoms=false
- name: Package jars
run: mvn --no-transfer-progress --batch-mode package -DperformRelease=true
Expand Down

0 comments on commit 951c3ce

Please sign in to comment.