Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePandaOliver authored Aug 23, 2024
1 parent cba9c66 commit e503bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Package
name: Package Publishing

on:
push:
Expand All @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 22
uses: actions/setup-java@v40
uses: actions/setup-java@v4
with:
java-version: '22'
distribution: 'adopt'
Expand Down

0 comments on commit e503bcf

Please sign in to comment.