We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5a76a commit 340e5aeCopy full SHA for 340e5ae
.github/workflows/ci_cd.yml
@@ -67,7 +67,7 @@ jobs:
67
env:
68
ORG_GRADLE_PROJECT_remoteUsername: ${{ secrets.ARTIFACTORY_USERNAME }}
69
ORG_GRADLE_PROJECT_remotePassword: ${{ secrets.ARTIFACTORY_TOKEN }}
70
- ORG_GRADLE_PROJECT_publishingUrl: ${{ secrets.JF_URL }}/maven-private/
+ ORG_GRADLE_PROJECT_publishingUrl: https://${{ secrets.JF_URL }}/artifactory/maven-private
71
72
- name: Deploy to GH packages
73
if: (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/api-v2' || github.ref == 'refs/heads/7.x') && github.repository == 'Backblaze/b2-sdk-java-private'
0 commit comments