We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c900e6f commit 175f21aCopy full SHA for 175f21a
1 file changed
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Grant execute permission for gradlew
17
run: chmod +x gradlew
18
- name: Build with Gradle
19
- run: ./gradlew generateChangelog build uploadSubProjects curseforge github publishToModrinth --stacktrace --parallel
+ run: ./gradlew generateChangelog build uploadSubProjects curseforge github publishToModrinth --stacktrace
20
env:
21
BINTRAY_USER: oroarmor
22
BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }}
0 commit comments