Update nexus-sync version
This commit is contained in:
2
.github/workflows/central-sync-close.yml
vendored
2
.github/workflows/central-sync-close.yml
vendored
@@ -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 }}
|
||||
|
||||
2
.github/workflows/central-sync-create.yml
vendored
2
.github/workflows/central-sync-create.yml
vendored
@@ -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 }}
|
||||
|
||||
2
.github/workflows/central-sync-release.yml
vendored
2
.github/workflows/central-sync-release.yml
vendored
@@ -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 }}
|
||||
|
||||
2
.github/workflows/release-ga.yml
vendored
2
.github/workflows/release-ga.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user