Skip to content

Commit

Permalink
Add deploy-maven-desc=true to JFrog CLI config in CI/CD build
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Dec 12, 2023
1 parent be1f84d commit 0dc0bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-43x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Configure JFrog Cli
run: |
jf gradlec --use-wrapper --repo-deploy libs-snapshot-local
jf gradlec --use-wrapper=true --deploy-maven-desc=true --repo-deploy libs-snapshot-local
echo JFROG_CLI_BUILD_NAME=${{ github.event.repository.name }}-${{ github.ref_name }} >> $GITHUB_ENV
echo JFROG_CLI_BUILD_NUMBER=$GITHUB_RUN_NUMBER >> $GITHUB_ENV
Expand Down

0 comments on commit 0dc0bf6

Please sign in to comment.