From a024958e66cb5f7fbbb92e7dd2702055bd139e93 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Wed, 26 Jul 2023 12:07:31 +0100 Subject: [PATCH] Update nexus workflows --- .github/workflows/central-sync-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/central-sync-release.yml b/.github/workflows/central-sync-release.yml index abf2cb92..3fc5b56d 100644 --- a/.github/workflows/central-sync-release.yml +++ b/.github/workflows/central-sync-release.yml @@ -13,7 +13,7 @@ jobs: steps: # Request release promotion repo - - uses: jvalkeal/nexus-sync@v0 + - uses: jvalkeal/nexus-sync@main with: url: ${{ secrets.OSSRH_URL }} username: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}