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 37748c7 commit 1483a07Copy full SHA for 1483a07
.github/workflows/deploy-artifacts.yml
@@ -114,7 +114,7 @@ jobs:
114
find -name "*.sha*" | xargs rm -f
115
- name: Publish Staged Artifacts to Central
116
if: ${{ steps.deploy-location.outputs.deploy_location == 'central' }}
117
- uses: spring-io/central-publish-action@0cdd90d12e6876341e82860d951e1bcddc1e51b6 # v0.2.0
+ uses: spring-io/central-publish-action@v0.3.0
118
with:
119
token-name: ${{ secrets.CENTRAL_TOKEN_USERNAME }}
120
token: ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
0 commit comments