Skip to content

Commit 71d0b82

Browse files
committed
ci: publishing fixed
1 parent b1c023d commit 71d0b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)