Skip to content

Commit 288b760

Browse files
committed
v2.2.3+91
앱이 바뀐건 없지만 app store cd test
1 parent b021a9f commit 288b760

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.github/workflows/android-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Android + GitHub Release 🚀
2+
13
on:
24
push:
35
tags:

.github/workflows/flutter.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Flutter CI 🔍
2+
13
on:
24
push:
35
branches:

.github/workflows/ios-release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,4 @@ jobs:
4848
APP_STORE_CONNECT_KEY_ID: ${{ secrets.APP_STORE_CONNECT_KEY_ID }}
4949
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
5050
APP_STORE_CONNECT_API_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY }}
51-
run: |
52-
cd ios
53-
bundle exec fastlane release
51+
run: bundle exec fastlane release

ios/Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source "https://rubygems.org"
2+
3+
gem "fastlane"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: For solving problems in the world of programming; base on solved.ac
33

44
publish_to: "none" # Remove this line if you wish to publish to pub.dev
55

6-
version: 2.2.3+90
6+
version: 2.2.3+91
77

88
environment:
99
sdk: ">=2.18.2 <3.0.0"

0 commit comments

Comments
 (0)