mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +01:00
ci: release app to beta track on play
This commit is contained in:
committed by
Abdullah Atta
parent
fd98ab0a64
commit
1b608f01ac
20
.github/workflows/android.publish.internal.yml
vendored
20
.github/workflows/android.publish.internal.yml
vendored
@@ -122,16 +122,16 @@ jobs:
|
||||
with:
|
||||
path: apps/mobile
|
||||
|
||||
# - name: Publish to Playstore
|
||||
# id: deploy
|
||||
# uses: r0adkll/upload-google-play@v1.1.1
|
||||
# with:
|
||||
# serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
||||
# packageName: com.streetwriters.notesnook
|
||||
# releaseFiles: ${{steps.sign_app.outputs.signedReleaseFile}}
|
||||
# track: production
|
||||
# status: completed
|
||||
# whatsNewDirectory: apps/mobile/native/android/releasenotes/
|
||||
- name: Publish to Playstore
|
||||
id: deploy
|
||||
uses: r0adkll/upload-google-play@v1.1.1
|
||||
with:
|
||||
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
||||
packageName: com.streetwriters.notesnook
|
||||
releaseFiles: ${{steps.sign_app.outputs.signedReleaseFile}}
|
||||
track: beta
|
||||
status: completed
|
||||
whatsNewDirectory: apps/mobile/native/android/releasenotes/
|
||||
|
||||
- name: Create release draft on Github
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
||||
Reference in New Issue
Block a user