Skip to content

Commit f3d76dd

Browse files
committed
Test track for deployment
1 parent fd44023 commit f3d76dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/deploy.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Checkout Repo
6363
uses: actions/checkout@v3
6464
- name: install flutter distributor
65-
run: dart pub global activate flutter_distributor
65+
run: dart pub global activate --source git https://github.com/bixat/flutter_distributor.git
6666

6767
- name: Configure Keystore
6868
run: |
@@ -72,7 +72,6 @@ jobs:
7272
echo "storePassword=$KEYSTORE_STORE_PASSWORD" >> key.properties
7373
echo "keyPassword=$KEYSTORE_KEY_PASSWORD" >> key.properties
7474
echo "$PLAY_STORE_CONFIG_JSON" >> app/playstore_cer.json
75-
export PLAYSTORE_CREDENTIALS="android/app/playstore_cer.json"
7675
env:
7776
PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }}
7877
KEYSTORE_KEY_ALIAS: ${{ secrets.KEYSTORE_KEY_ALIAS }}

distribute_options.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ releases:
1212
publish:
1313
target: playstore
1414
args:
15-
package-name: com.flutter.cicd
15+
package-name: com.flutter.cicd
16+
track: alpha

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818

19-
version: 2.8.0+26
19+
version: 2.8.0+27
2020

2121
environment:
2222
sdk: ">=2.17.6 <3.0.0"

0 commit comments

Comments
 (0)