From eba0f7892c1d1fe8a55ef77779005d1d47925792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 20 May 2025 16:52:50 +0200 Subject: [PATCH] Upgrade to nexus-sync-action 0.1.1 Closes gh-1578 --- .github/actions/sync-to-maven-central/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/sync-to-maven-central/action.yml b/.github/actions/sync-to-maven-central/action.yml index b468f2d5..a662e4fe 100644 --- a/.github/actions/sync-to-maven-central/action.yml +++ b/.github/actions/sync-to-maven-central/action.yml @@ -24,7 +24,7 @@ runs: shell: bash 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 }}' - name: Sync - uses: spring-io/nexus-sync-action@06c0064cac7caf1fed48ab8a27fbb70f2ca38f0c # v0.1.0 + uses: spring-io/nexus-sync-action@476a41fc5497ba0a3ad6aa179b685486fc62730a # v0.1.1 with: token: ${{ inputs.central-token-password }} token-name: ${{ inputs.central-token-username }}