Skip to content

Commit

Permalink
Test track for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
M97Chahboun committed May 27, 2024
1 parent fd44023 commit f3d76dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- name: install flutter distributor
run: dart pub global activate flutter_distributor
run: dart pub global activate --source git https://github.com/bixat/flutter_distributor.git

- name: Configure Keystore
run: |
Expand All @@ -72,7 +72,6 @@ jobs:
echo "storePassword=$KEYSTORE_STORE_PASSWORD" >> key.properties
echo "keyPassword=$KEYSTORE_KEY_PASSWORD" >> key.properties
echo "$PLAY_STORE_CONFIG_JSON" >> app/playstore_cer.json
export PLAYSTORE_CREDENTIALS="android/app/playstore_cer.json"
env:
PLAY_STORE_UPLOAD_KEY: ${{ secrets.PLAY_STORE_UPLOAD_KEY }}
KEYSTORE_KEY_ALIAS: ${{ secrets.KEYSTORE_KEY_ALIAS }}
Expand Down
3 changes: 2 additions & 1 deletion distribute_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ releases:
publish:
target: playstore
args:
package-name: com.flutter.cicd
package-name: com.flutter.cicd
track: alpha
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html

version: 2.8.0+26
version: 2.8.0+27

environment:
sdk: ">=2.17.6 <3.0.0"
Expand Down

0 comments on commit f3d76dd

Please sign in to comment.