Skip to content

Commit 6591719

Browse files
committed
Update nexus sync action in maven central release process
Signed-off-by: Mahmoud Ben Hassine <mbenhassine@vmware.com>
1 parent 45fdc2d commit 6591719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
wget --user="$ARTIFACTORY_USERNAME" --password="$ARTIFACTORY_PASSWORD" $ARTIFACTORY_URL/spring-batch-integration/$RELEASE_VERSION/spring-batch-integration-$RELEASE_VERSION-sources.jar
6767
6868
- name: Sign artifacts and release them to Maven Central
69-
uses: spring-io/nexus-sync-action@main
69+
uses: jvalkeal/nexus-sync@v0.0.2
7070
id: nexus
7171
with:
7272
url: ${{ secrets.OSSRH_URL }}

0 commit comments

Comments
 (0)