File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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' }}
You can’t perform that action at this time.
0 commit comments