We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0841fcd commit 4ec6d2fCopy full SHA for 4ec6d2f
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build with Gradle
24
uses: Wandalen/wretry.action@master
25
with:
26
- command: ./gradlew buildAllVersions --stacktrace
+ command: ./gradlew build --stacktrace
27
- name: Release with Gradle
28
run: ./gradlew releaseMod postUpdate --stacktrace
29
env:
0 commit comments