ci: another one bites the dust
All checks were successful
Test if Server can be built / build-server (push) Successful in 27s
Test if Server can be built / dependency-track (push) Successful in 29s
Test if Server can be built / sonarqube (push) Successful in 1m14s

This commit is contained in:
Timothy Schenk 2023-11-01 21:04:07 +01:00
parent d82ae2d013
commit 69da3570ed

View file

@ -75,5 +75,6 @@ jobs:
serverHostname: ${{ secrets.DEPENDENCY_TRACK_URL }}
projectName: ${{ secrets.DEPENDENCY_TRACK_PROJECT_NAME }}
autoCreate: true
projectVersion: "${{github.ref.name}}"
# set projectversion to be the branch name
projectVersion: $GITHUB_REF_NAME
bomFilename: "${{ github.workspace }}/bom.xml"