diff --git a/.github/workflows/central-sync-close.yml b/.github/workflows/central-sync-close.yml index b86aed5b..928924e8 100644 --- a/.github/workflows/central-sync-close.yml +++ b/.github/workflows/central-sync-close.yml @@ -13,7 +13,7 @@ jobs: steps: # Request close promotion repo - - uses: jvalkeal/nexus-sync@main + - uses: jvalkeal/nexus-sync@v0 with: username: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }} password: ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }} diff --git a/.github/workflows/central-sync-create.yml b/.github/workflows/central-sync-create.yml index 1fee03ef..662834f9 100644 --- a/.github/workflows/central-sync-create.yml +++ b/.github/workflows/central-sync-create.yml @@ -39,7 +39,7 @@ jobs: --spec-vars "buildname=$JFROG_CLI_BUILD_NAME;buildnumber=$JFROG_CLI_BUILD_NUMBER" # Create checksums, signatures and create staging repo on central and upload - - uses: jvalkeal/nexus-sync@main + - uses: jvalkeal/nexus-sync@v0 id: nexus with: url: ${{ secrets.OSSRH_URL }} diff --git a/.github/workflows/central-sync-release.yml b/.github/workflows/central-sync-release.yml index d37e3a74..a6c53574 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@main + - uses: jvalkeal/nexus-sync@v0 with: username: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }} password: ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }} diff --git a/.github/workflows/release-ga.yml b/.github/workflows/release-ga.yml index 5ee0926b..b9284ba2 100644 --- a/.github/workflows/release-ga.yml +++ b/.github/workflows/release-ga.yml @@ -128,7 +128,7 @@ jobs: --spec .github/release-files-spec.json \ --spec-vars "buildname=$JFROG_CLI_BUILD_NAME;buildnumber=$JFROG_CLI_BUILD_NUMBER" # last step, sync to central. - - uses: jvalkeal/nexus-sync@main + - uses: jvalkeal/nexus-sync@v0 with: url: ${{ secrets.OSSRH_URL }} username: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}