We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9676b commit 17ae807Copy full SHA for 17ae807
.github/workflows/android.yml
@@ -51,7 +51,7 @@ jobs:
51
52
upload-release-aar:
53
name: Upload AAR to RC if ciflow/android/release tag is present
54
- needs: build-aar-and-upload
+ needs: build-aar
55
if: ${{ startsWith(github.ref, 'refs/tags/ciflow/android/release') }}
56
runs-on: ubuntu-22.04
57
timeout-minutes: 10
0 commit comments