Skip to content

Commit

Permalink
Update publish-artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Oct 27, 2024
1 parent fa3d627 commit 18e1be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
java-version: 11
- name: Publish to Maven Central
run: |
if [[ $(git tag --points-at HEAD) != '' ]]; then
Expand Down

0 comments on commit 18e1be6

Please sign in to comment.