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.
2 parents ce6423e + 8ebb971 commit 88c7198Copy full SHA for 88c7198
.github/actions/sync-to-maven-central/action.yml
@@ -24,7 +24,7 @@ runs:
24
shell: bash
25
run: jf rt download --spec ${{ format('{0}/artifacts.spec', github.action_path) }} --spec-vars 'buildName=${{ format('spring-boot-{0}', inputs.spring-boot-version) }};buildNumber=${{ github.run_number }}'
26
- name: Sync
27
- uses: spring-io/central-publish-action@0cdd90d12e6876341e82860d951e1bcddc1e51b6 # v0.2.0
+ uses: spring-io/central-publish-action@0c03960e9b16fdfe70e2443e1d5393cbc3a35622 # v0.3.0
28
with:
29
token: ${{ inputs.central-token-password }}
30
token-name: ${{ inputs.central-token-username }}
0 commit comments