Skip to content

Commit 340e5ae

Browse files
authored
Update ci_cd with a full https:// URL (#109)
1 parent 3a5a76a commit 340e5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
env:
6868
ORG_GRADLE_PROJECT_remoteUsername: ${{ secrets.ARTIFACTORY_USERNAME }}
6969
ORG_GRADLE_PROJECT_remotePassword: ${{ secrets.ARTIFACTORY_TOKEN }}
70-
ORG_GRADLE_PROJECT_publishingUrl: ${{ secrets.JF_URL }}/maven-private/
70+
ORG_GRADLE_PROJECT_publishingUrl: https://${{ secrets.JF_URL }}/artifactory/maven-private
7171

7272
- name: Deploy to GH packages
7373
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

Comments
 (0)