Bump gradle-maven-publish-plugin from 0.16.0 to 0.17.0
Summary: From the changelog: > Removed the deprecated uploadArchives and installArchives tasks. Use publish and publishToMavenLocal instead. Made the necessary changes to docs and scripts. Reviewed By: nikoant Differential Revision: D29752895 fbshipit-source-id: 6e96c7ea9b26be2acb40b9089cb361837ab10a1b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cfc9e07fe2
commit
4f3ee3ea57
2
.github/workflows/publish-android.yml
vendored
2
.github/workflows/publish-android.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
- name: Build artifacts
|
||||
run: ./gradlew :sample:assembleDebug :sample:assembleRelease && ./gradlew :android:assembleRelease
|
||||
- name: Upload Archives
|
||||
run: ./gradlew uploadArchives --no-parallel --no-daemon
|
||||
run: ./gradlew publish --no-parallel --no-daemon
|
||||
- name: Release and close
|
||||
run: ./gradlew closeAndReleaseRepository
|
||||
- name: Clean secrets
|
||||
|
||||
Reference in New Issue
Block a user