Skip to content

Commit

Permalink
Add checkout and setup java
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Dec 9, 2024
1 parent 7bea2fe commit 4aef211
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
name: Publish to Maven Central

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 17

- id: install-secret-key
name: Install gpg secret key
run: |
Expand Down

0 comments on commit 4aef211

Please sign in to comment.