ci: another one bites the dust
This commit is contained in:
parent
d82ae2d013
commit
69da3570ed
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue