Skip to content

Commit

Permalink
release requires distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Dec 2, 2024
1 parent 862288e commit cb2817b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
java-version: '11'

- name: deploy to sonatype
run: ./gradlew publish
Expand Down

0 comments on commit cb2817b

Please sign in to comment.