Skip to content

Commit

Permalink
Remove check task from `release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrepiveteau committed Apr 25, 2023
1 parent cee2cb5 commit a01a124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.ARTIFACT_SIGNING_PRIVATE_KEY }}
run: ./gradlew check publish
run: ./gradlew publish

- name: Extract release notes
id: release_notes
Expand Down

0 comments on commit a01a124

Please sign in to comment.