We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145ded6 commit 8b5205bCopy full SHA for 8b5205b
.github/workflows/deploy-artifacts.yml
@@ -99,6 +99,7 @@ jobs:
99
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSPHRASE }}
100
run: ./gradlew publishAllPublicationsToLocalRepository --stacktrace
101
- name: Publish Staged Artifacts to Central
102
+ if: ${{ steps.deploy-location.outputs.deploy_location == 'central' }}
103
uses: spring-io/central-publish-action@0cdd90d12e6876341e82860d951e1bcddc1e51b6 # v0.2.0
104
with:
105
token-name: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
0 commit comments