Skip to content

Commit 3a5a76a

Browse files
authored
Update ENV variable name for ci_cd.yml (#108)
1 parent 28c7783 commit 3a5a76a

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 }}/maven-private/"
70+
ORG_GRADLE_PROJECT_publishingUrl: ${{ secrets.JF_URL }}/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)