File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1- name : Publish Library to Artifactory
1+ name : Publish Library to GAR
22on :
33 workflow_dispatch :
44 inputs :
3333 - name : Checkout Repo
3434 uses : actions/checkout@v4
3535 with :
36- # ref: ${{ inputs.tag }}
37- ref : core-593-jfrog-to-gar
36+ ref : ${{ inputs.tag }}
3837 token : ${{ secrets.BROADBOT_TOKEN }}
3938 - name : Set up JDK
4039 uses : actions/setup-java@v4
5453 GOOGLE_CLOUD_PROJECT : dsp-artifact-registry
5554 GAR_LOCATION : us-central1
5655 GAR_REPOSITORY_ID : libs-release-standard
57-
58- # - name: Publish Library Artifactory
59- # run: ./gradlew --build-cache artifactoryPublish
60- # env:
61- # ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
62- # ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
63- # ARTIFACTORY_REPO_KEY: "libs-release-local"
You can’t perform that action at this time.
0 commit comments