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 0ec7c2c commit ac301d3Copy full SHA for ac301d3
.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