Skip to content

Commit

Permalink
Update google play release track
Browse files Browse the repository at this point in the history
  • Loading branch information
vyPal committed May 8, 2024
1 parent 440d937 commit 4afe59a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-prerelease-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- run: flutter pub get
- run: flutter gen-l10n
- name: 🚀 Shorebird Release
run: shorebird release android --artifact apk '--' --dart-define=BVS="Prerelease ${{ steps.semvers.outputs.v_patch }} ShoreBird"
run: shorebird release android --artifact apk '--' --dart-define=BVS="Patch ${{ steps.semvers.outputs.v_patch }} ShoreBird"
env:
SHOREBIRD_TOKEN: ${{ secrets.SHOREBIRD_TOKEN }}
- name: Upload to Google Play
Expand All @@ -76,7 +76,7 @@ jobs:
serviceAccountJson: store_credentials.json
packageName: com.vypal.eduapge2
releaseFiles: build/app/outputs/bundle/release/app-release.aab
track: beta
track: production
status: completed
mappingFile: build/app/outputs/mapping/release/mapping.txt
- run: cp "build/app/outputs/apk/release/app-release.apk" "EduPage2-${{ steps.semvers.outputs.v_patch }}.apk"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- run: flutter pub get
- run: flutter gen-l10n
- name: 🚀 Shorebird Release
run: shorebird release android --artifact apk '--' --dart-define=BVS="Release ${{ steps.semvers.outputs.v_minor }} ShoreBird"
run: shorebird release android --artifact apk '--' --dart-define=BVS="Minor release ${{ steps.semvers.outputs.v_minor }} ShoreBird"
env:
SHOREBIRD_TOKEN: ${{ secrets.SHOREBIRD_TOKEN }}
- name: Upload to Google Play
Expand All @@ -76,7 +76,7 @@ jobs:
serviceAccountJson: store_credentials.json
packageName: com.vypal.eduapge2
releaseFiles: build/app/outputs/bundle/release/app-release.aab
track: beta
track: production
status: completed
mappingFile: build/app/outputs/mapping/release/mapping.txt
- run: cp "build/app/outputs/apk/release/app-release.apk" "EduPage2-${{ steps.semvers.outputs.v_minor }}.apk"
Expand Down

0 comments on commit 4afe59a

Please sign in to comment.