Skip to content

Commit

Permalink
improve(gha): update test with workload
Browse files Browse the repository at this point in the history
  • Loading branch information
thaidmfinnick committed Jul 23, 2024
1 parent 533f785 commit 9c1e3fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_publish_app.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto build publish app to closed testing Play Console
name: Auto build and publish app to Play Console
on: workflow_dispatch

permissions:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
with:
fileName: secrets.dart
encodedString: ${{ secrets.FLUTTER_SECRETS }}
- name: Move to current directory
- name: Move secrets to current directory
run: |
mkdir lib/certs
mv ${{ steps.flutter_secrets.outputs.filePath}} lib/certs/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class _UserProfileScreenState extends State<UserProfileScreen> {
),
const SizedBox(height: 5),
Text(
"Thai Donggg",
"Thai Dongggggg",
style: const TextStyle(
fontWeight: FontWeight.bold,
fontSize: 18,
Expand Down
2 changes: 1 addition & 1 deletion mobile_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.0.1+6
version: 0.0.1+7

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

0 comments on commit 9c1e3fa

Please sign in to comment.