File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2424 - name : Check with Gradle
2525 run : ./gradlew check --info -PscalaVersion=${{ matrix.scalaVersion }} -PscalaLibraryVersion=${{ matrix.scalaLibraryVersion }} -Pversion=${{ github.event.release.tag_name }}
2626 - name : Publish with Gradle to Maven Central
27- run : ./gradlew publish jreleaserDeploy closeAndReleaseSonatypeStagingRepository --info -Pversion=${{ github.event.release.tag_name }} -PscalaVersion=${{ matrix.scalaVersion }} -PscalaLibraryVersion=${{ matrix.scalaLibraryVersion }}
27+ run : ./gradlew publish jreleaserDeploy --info -Pversion=${{ github.event.release.tag_name }} -PscalaVersion=${{ matrix.scalaVersion }} -PscalaLibraryVersion=${{ matrix.scalaLibraryVersion }}
2828 env :
2929 SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
3030 SIGNING_PUBLIC_KEY : ${{ secrets.SIGNING_PUBLIC_KEY }}
You can’t perform that action at this time.
0 commit comments