fixed version with build number
This commit is contained in:
parent
7e0b19d7ae
commit
2f36de51d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildReporting.yml
vendored
2
.github/workflows/buildReporting.yml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
|||
restore-keys: ${{ runner.os }}-m2
|
||||
-
|
||||
name: Build with Maven
|
||||
run: mvn clean install -Dmaven.test.skip=true -Dsebserver-version="${{ env.TAG_NAME }}"
|
||||
run: mvn clean install -Dmaven.test.skip=true -Dsebserver-version="${{ env.TAG_NAME }} (${{ env.SHA }})"
|
||||
env:
|
||||
sebserver-version: ${{ env.TAG_NAME }} (${{ env.SHA }})
|
||||
-
|
||||
|
|
Loading…
Add table
Reference in a new issue