Skip to content

Commit 9b4fcd8

Browse files
committed
Update nexus-sync version
1 parent 6413bff commit 9b4fcd8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/central-sync-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414

1515
# Request close promotion repo
16-
- uses: jvalkeal/nexus-sync@main
16+
- uses: jvalkeal/nexus-sync@v0
1717
with:
1818
username: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
1919
password: ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }}

.github/workflows/central-sync-create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
--spec-vars "buildname=$JFROG_CLI_BUILD_NAME;buildnumber=$JFROG_CLI_BUILD_NUMBER"
4040
4141
# Create checksums, signatures and create staging repo on central and upload
42-
- uses: jvalkeal/nexus-sync@main
42+
- uses: jvalkeal/nexus-sync@v0
4343
id: nexus
4444
with:
4545
url: ${{ secrets.OSSRH_URL }}

.github/workflows/central-sync-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414

1515
# Request release promotion repo
16-
- uses: jvalkeal/nexus-sync@main
16+
- uses: jvalkeal/nexus-sync@v0
1717
with:
1818
username: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}
1919
password: ${{ secrets.OSSRH_S01_TOKEN_PASSWORD }}

.github/workflows/release-ga.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
--spec .github/release-files-spec.json \
129129
--spec-vars "buildname=$JFROG_CLI_BUILD_NAME;buildnumber=$JFROG_CLI_BUILD_NUMBER"
130130
# last step, sync to central.
131-
- uses: jvalkeal/nexus-sync@main
131+
- uses: jvalkeal/nexus-sync@v0
132132
with:
133133
url: ${{ secrets.OSSRH_URL }}
134134
username: ${{ secrets.OSSRH_S01_TOKEN_USERNAME }}

0 commit comments

Comments
 (0)