ci: fix version tag
This commit is contained in:
parent
15a07f7547
commit
04299f988c
1 changed files with 1 additions and 1 deletions
|
@ -75,5 +75,5 @@ jobs:
|
|||
serverHostname: ${{ secrets.DEPENDENCY_TRACK_URL }}
|
||||
projectName: ${{ secrets.DEPENDENCY_TRACK_PROJECT_NAME }}
|
||||
autoCreate: true
|
||||
projectVersion: ${GITHUB_REF_NAME}
|
||||
projectVersion: "${{github.ref}}"
|
||||
bomFilename: "${{ github.workspace }}/bom.xml"
|
||||
|
|
Loading…
Add table
Reference in a new issue