Skip to content

Commit c5883dc

Browse files
authored
Update gradle_release.yml
Release plugin 0.17.0 uses "publish"
1 parent 9ecf8ab commit c5883dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Upload to Codecov
4141
uses: codecov/[email protected]
4242
- name: Upload release
43-
run: ./gradlew -PreleaseMode=full uploadArchives --no-daemon --no-parallel --stacktrace
43+
run: ./gradlew -PreleaseMode=full publish --no-daemon --no-parallel --stacktrace
4444
env:
4545
# Define secrets at https://github.com/ReactiveX/RxJava/settings/secrets/actions
4646
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)