ci: does this work
This commit is contained in:
parent
451a1bf12e
commit
d82ae2d013
1 changed files with 1 additions and 1 deletions
|
@ -75,5 +75,5 @@ jobs:
|
||||||
serverHostname: ${{ secrets.DEPENDENCY_TRACK_URL }}
|
serverHostname: ${{ secrets.DEPENDENCY_TRACK_URL }}
|
||||||
projectName: ${{ secrets.DEPENDENCY_TRACK_PROJECT_NAME }}
|
projectName: ${{ secrets.DEPENDENCY_TRACK_PROJECT_NAME }}
|
||||||
autoCreate: true
|
autoCreate: true
|
||||||
projectVersion: "${{github.ref}}"
|
projectVersion: "${{github.ref.name}}"
|
||||||
bomFilename: "${{ github.workspace }}/bom.xml"
|
bomFilename: "${{ github.workspace }}/bom.xml"
|
||||||
|
|
Loading…
Reference in a new issue