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 28c7783 commit 3a5a76aCopy full SHA for 3a5a76a
.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 }}/maven-private/"
+ ORG_GRADLE_PROJECT_publishingUrl: ${{ secrets.JF_URL }}/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