Skip to content

Commit

Permalink
chore: release info
Browse files Browse the repository at this point in the history
  • Loading branch information
augi authored Aug 27, 2024
1 parent 02675b4 commit 02261ce
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 @@ -17,7 +17,7 @@ jobs:
- name: Check with Gradle
run: ./gradlew check --info -Pversion=${{ github.event.release.tag_name }}
- name: Publish with Gradle to Sonatype
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository publishPlugins --debug -Pversion=${{ github.event.release.tag_name }}
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository publishPlugins --info -Pversion=${{ github.event.release.tag_name }}
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
Expand Down

0 comments on commit 02261ce

Please sign in to comment.