[Build] Fix typo in deploy-docs.yml

This commit is contained in:
Chris Bono
2022-12-15 12:15:42 -06:00
parent 1f30be009b
commit 481e2d86f9

View File

@@ -37,7 +37,7 @@ jobs:
- name: Deploy the artifacts
run: |
./gradlew :spring-pulsar-docs:deployDocs --info --PartifactoryUsername="$ARTIFACTORY_USERNAME" -PartifactoryPassword="$ARTIFACTORY_PASSWORD" --stacktrace
./gradlew :spring-pulsar-docs:deployDocs --info -PartifactoryUsername="$ARTIFACTORY_USERNAME" -PartifactoryPassword="$ARTIFACTORY_PASSWORD" --stacktrace
env:
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSPHRASE }}