We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1af85 commit ede4992Copy full SHA for ede4992
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Publish
34
run: |
35
cd ./Folia
36
- ./gradlew applyPatches
+ ./gradlew applyAllPatches
37
./gradlew -PpublishDevBundle -Dmaven.repo.local=$GITHUB_WORKSPACE/repo publishToMavenLocal
38
- name: Push the gh-pages Repo
39
0 commit comments