ci: again
This commit is contained in:
parent
b648680187
commit
115661883a
1 changed files with 1 additions and 1 deletions
|
@ -76,5 +76,5 @@ jobs:
|
|||
projectName: ${{ secrets.DEPENDENCY_TRACK_PROJECT_NAME }}
|
||||
autoCreate: true
|
||||
# set projectversion to be the branch name
|
||||
projectVersion: "${{GITHUB_REF_NAME}}"
|
||||
projectVersion: "${{ github.ref_name }}"
|
||||
bomFilename: "${{ github.workspace }}/bom.xml"
|
||||
|
|
Loading…
Reference in a new issue