fix(release): rework Play Store release workflow

This commit is contained in:
Harsh Shandilya 2022-11-02 14:34:37 +05:30
parent b30425d97d
commit cd7d82d378
No known key found for this signature in database
2 changed files with 16 additions and 3 deletions

View file

@ -21,3 +21,5 @@ git commit -am 'feat(release): start next development iteration'
git push origin main "v${VERSION}"
gh release create "v${VERSION}" -F distribution/whatsnew/whatsnew-en-GB --title "v${VERSION}" ./android/apk/*.apk ./android/bundle/*.aab
gh workflow run release.yml