Skip to content

Commit 98b503f

Browse files
authored
revert and rename
1 parent ab6095e commit 98b503f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Library to Artifactory
1+
name: Publish Library to GAR
22
on:
33
workflow_dispatch:
44
inputs:
@@ -33,8 +33,7 @@ jobs:
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
@@ -54,10 +53,3 @@ jobs:
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"

0 commit comments

Comments
 (0)