Skip to content

Commit

Permalink
Update gradle_release.yml
Browse files Browse the repository at this point in the history
Release plugin 0.17.0 uses "publish"
  • Loading branch information
akarnokd authored Jul 7, 2021
1 parent 9ecf8ab commit c5883dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Upload to Codecov
uses: codecov/[email protected]
- name: Upload release
run: ./gradlew -PreleaseMode=full uploadArchives --no-daemon --no-parallel --stacktrace
run: ./gradlew -PreleaseMode=full publish --no-daemon --no-parallel --stacktrace
env:
# Define secrets at https:/ReactiveX/RxJava/settings/secrets/actions
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit c5883dc

Please sign in to comment.