mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +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:
|
with:
|
||||||
path: apps/mobile
|
path: apps/mobile
|
||||||
|
|
||||||
# - name: Publish to Playstore
|
- name: Publish to Playstore
|
||||||
# id: deploy
|
id: deploy
|
||||||
# uses: r0adkll/upload-google-play@v1.1.1
|
uses: r0adkll/upload-google-play@v1.1.1
|
||||||
# with:
|
with:
|
||||||
# serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
||||||
# packageName: com.streetwriters.notesnook
|
packageName: com.streetwriters.notesnook
|
||||||
# releaseFiles: ${{steps.sign_app.outputs.signedReleaseFile}}
|
releaseFiles: ${{steps.sign_app.outputs.signedReleaseFile}}
|
||||||
# track: production
|
track: beta
|
||||||
# status: completed
|
status: completed
|
||||||
# whatsNewDirectory: apps/mobile/native/android/releasenotes/
|
whatsNewDirectory: apps/mobile/native/android/releasenotes/
|
||||||
|
|
||||||
- name: Create release draft on Github
|
- name: Create release draft on Github
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user