Skip to content

Commit

Permalink
[meta] Update publish.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Aug 24, 2024
1 parent 1dc7448 commit 4f80ef4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up JDK 21
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build and publish to maven
if: env.run_publish == 'true'
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
arguments: clean build publish curseforge modrinth --no-configuration-cache
env:
Expand Down

0 comments on commit 4f80ef4

Please sign in to comment.