Update nexus-sync version

This commit is contained in:
Janne Valkealahti
2021-04-03 16:33:19 +01:00
parent 6413bff53c
commit 9b4fcd8231
4 changed files with 4 additions and 4 deletions

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}

View File

@@ -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 }}