Skip to content

Commit efc21eb

Browse files
authored
ci: check not executed before release
1 parent f0dbac3 commit efc21eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
distribution: 'temurin'
2020
- name: Grant execute permission for gradlew
2121
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 }}
2422
- name: Publish with Gradle to Maven Central
2523
run: ./gradlew publish jreleaserDeploy --info -Pversion=${{ github.event.release.tag_name }} -PscalaVersion=${{ matrix.scalaVersion }} -PscalaLibraryVersion=${{ matrix.scalaLibraryVersion }}
2624
env:

0 commit comments

Comments
 (0)