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 c9351df commit 9eea93dCopy full SHA for 9eea93d
.github/workflows/ci.yml
@@ -158,7 +158,7 @@ jobs:
158
-PartifactoryUsername="$ARTIFACTORY_USERNAME" -PartifactoryPassword="$ARTIFACTORY_PASSWORD"
159
- name: Publish staged artifacts to Central
160
if: ${{ steps.deploy-location.outputs.deploy_location == 'central' }}
161
- uses: spring-io/[email protected]
+ uses: spring-io/central-publish-action@0cdd90d12e6876341e82860d951e1bcddc1e51b6 # v0.2.0
162
with:
163
token-name: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
164
token: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
0 commit comments