Skip to content

Commit b49119d

Browse files
committed
fix: MC-Publish
1 parent 0e5c111 commit b49119d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# https://wiki.fabricmc.net/zh_cn:tutorial:publishing_mods_using_github_actions
21
name: publish
32
on: [workflow_dispatch]
43

@@ -14,7 +13,7 @@ jobs:
1413
with:
1514
submodules: true
1615
- name: setup Java
17-
uses: actions/setup-java@v2
16+
uses: actions/setup-java@v4
1817
with:
1918
java-version: 21
2019
distribution: 'microsoft'

0 commit comments

Comments
 (0)