Fix JFrog build-publish command

This commit is contained in:
Artem Bilan
2023-11-14 17:20:16 -05:00
parent 823d64bf3a
commit 8222f176dd
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ jobs:
- name: Build and Publish
run: |
jf gradle clean build ${{ inputs.gradleTasks }} artifactoryPublish
jf rt build-publish
jf rt build-publish ${{ steps.configure-jfrog.outputs.buildName }} ${{ steps.configure-jfrog.outputs.buildNumber }}
- name: Tag Release and Next Development Version
run: |