Skip to content

Commit 9ecf8ab

Browse files
authored
Update gradle_snapshot.yml
release plugin now uses the "publish" command
1 parent 828afc7 commit 9ecf8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle_snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build RxJava
3535
run: ./gradlew build --stacktrace --no-daemon
3636
- name: Upload Snapshot
37-
run: ./gradlew -PreleaseMode=branch uploadArchives --no-daemon --no-parallel --stacktrace
37+
run: ./gradlew -PreleaseMode=branch publish --no-daemon --no-parallel --stacktrace
3838
env:
3939
# Define secrets at https://github.com/ReactiveX/RxJava/settings/secrets/actions
4040
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)