Skip to content

Commit 5639ceb

Browse files
Update main.yml
1 parent d066299 commit 5639ceb

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
permissions: write-all
1112

1213
steps:
1314
- name: Checkout repository
1415
uses: actions/checkout@v3
1516

16-
- name: Set up JDK 17
17-
uses: actions/setup-java@v3
18-
with:
19-
distribution: temurin
20-
java-version: 17
21-
check-latest: true
17+
#- name: Set up JDK 17
18+
# uses: actions/setup-java@v3
19+
# with:
20+
# distribution: temurin
21+
# java-version: 17
22+
# check-latest: true
2223

2324
- name: Build resource pack archive
2425
run: zip -r resource_pack.zip .

0 commit comments

Comments
 (0)