Skip to content

Commit

Permalink
fix: MC-Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlige committed Nov 28, 2024
1 parent 0e5c111 commit b49119d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# https://wiki.fabricmc.net/zh_cn:tutorial:publishing_mods_using_github_actions
name: publish
on: [workflow_dispatch]

Expand All @@ -14,7 +13,7 @@ jobs:
with:
submodules: true
- name: setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'microsoft'
Expand Down

0 comments on commit b49119d

Please sign in to comment.