We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6591719 commit 1b773efCopy full SHA for 1b773ef
.github/workflows/maven-central-release.yml
@@ -66,7 +66,7 @@ jobs:
66
wget --user="$ARTIFACTORY_USERNAME" --password="$ARTIFACTORY_PASSWORD" $ARTIFACTORY_URL/spring-batch-integration/$RELEASE_VERSION/spring-batch-integration-$RELEASE_VERSION-sources.jar
67
68
- name: Sign artifacts and release them to Maven Central
69
- uses: jvalkeal/nexus-sync@v0.0.2
+ uses: jvalkeal/nexus-sync@v0
70
id: nexus
71
with:
72
url: ${{ secrets.OSSRH_URL }}
0 commit comments