fix: don't try to publish aab in fedora workflow

This commit is contained in:
Prateek Sunal 2024-05-08 21:02:52 +05:30 committed by GitHub
parent f3c05d2006
commit ea37b5a041
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -187,16 +187,6 @@ jobs:
allowUpdates: true
updateOnlyUnreleased: true
- name: Upload AAB to PlayStore
# disable this step if release tag contains nightly or beta
if: startsWith(github.ref, 'refs/tags/auth-v') && !contains(github.ref, 'nightly') && !contains(github.ref, 'beta')
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: io.ente.auth
releaseFiles: auth/build/app/outputs/bundle/playstoreRelease/app-playstore-release.aab
track: internal
build-windows:
runs-on: windows-latest