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 653c5ff commit 702e8f3Copy full SHA for 702e8f3
.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-ws-{0}', inputs.spring-ws-version) }};buildNumber=${{ github.run_number }}'
26
- name: Sync
27
- uses: spring-io/nexus-sync-action@06c0064cac7caf1fed48ab8a27fbb70f2ca38f0c # v0.1.0
+ uses: spring-io/nexus-sync-action@2a9ee2f355857fc296ff13bc144d96a75ff75a56
28
with:
29
token: ${{ inputs.central-token-password }}
30
token-name: ${{ inputs.central-token-username }}
0 commit comments