Increase publish verbosity (#3100)
Summary: I can run the same commands locally and everything is fine but in CI, it creates two separate staging repositories. Maybe this will shed some light. Pull Request resolved: https://github.com/facebook/flipper/pull/3100 Reviewed By: nikoant Differential Revision: D32651863 Pulled By: passy fbshipit-source-id: 30441b29ab6a4270dee1c958e19242f71265a174
This commit is contained in:
committed by
Facebook GitHub Bot
parent
965ef49943
commit
9f7085788c
2
.github/workflows/publish-android.yml
vendored
2
.github/workflows/publish-android.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
- name: Build artifacts
|
||||
run: ./gradlew :sample:assembleDebug :sample:assembleRelease && ./gradlew :android:assembleRelease
|
||||
- name: Upload Archives
|
||||
run: ./gradlew publish --no-parallel --no-daemon
|
||||
run: ./gradlew publish -info --no-parallel --no-daemon
|
||||
- name: Release and close
|
||||
run: ./gradlew closeAndReleaseRepository
|
||||
- name: Clean secrets
|
||||
|
||||
Reference in New Issue
Block a user