Skip to content

Commit 79b2bf5

Browse files
committed
[CI] Use spring-io/deploy-artifactory-action (take 2)
See #1330 Signed-off-by: onobc <[email protected]>
1 parent a145d32 commit 79b2bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ jobs:
132132
env:
133133
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }}
134134
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSPHRASE }}
135-
run: |
136135
shell: bash
136+
run: |
137137
./gradlew -PdeploymentRepository=$(pwd)/deployment-repository publishAllPublicationsToDeploymentRepository
138138
- name: Publish Staged Artifacts to Artifactory
139139
if: ${{ steps.deploy-location.outputs.deploy_location == 'artifactory' }}
@@ -173,8 +173,8 @@ jobs:
173173
env:
174174
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }}
175175
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSPHRASE }}
176-
run: |
177176
shell: bash
177+
run: |
178178
./gradlew -PdeploymentRepository=$(pwd)/deployment-repository :spring-pulsar-docs:publishAllPublicationsToDeploymentRepository
179179
- name: Still publish docs module to Artifactory when deploy location is Central (publish)
180180
if: ${{ steps.deploy-location.outputs.deploy_location == 'central' }}

0 commit comments

Comments
 (0)