We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0dbac3 commit efc21ebCopy full SHA for efc21eb
.github/workflows/release.yml
@@ -19,8 +19,6 @@ jobs:
19
distribution: 'temurin'
20
- name: Grant execute permission for gradlew
21
run: chmod +x gradlew
22
- - name: Check with Gradle
23
- run: ./gradlew check --info -PscalaVersion=${{ matrix.scalaVersion }} -PscalaLibraryVersion=${{ matrix.scalaLibraryVersion }} -Pversion=${{ github.event.release.tag_name }}
24
- name: Publish with Gradle to Maven Central
25
run: ./gradlew publish jreleaserDeploy --info -Pversion=${{ github.event.release.tag_name }} -PscalaVersion=${{ matrix.scalaVersion }} -PscalaLibraryVersion=${{ matrix.scalaLibraryVersion }}
26
env:
0 commit comments