Skip to content

Commit 4ec6d2f

Browse files
authored
Update release.yml
1 parent 0841fcd commit 4ec6d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build with Gradle
2424
uses: Wandalen/wretry.action@master
2525
with:
26-
command: ./gradlew buildAllVersions --stacktrace
26+
command: ./gradlew build --stacktrace
2727
- name: Release with Gradle
2828
run: ./gradlew releaseMod postUpdate --stacktrace
2929
env:

0 commit comments

Comments
 (0)