Skip to content

Commit 33918b5

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

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,11 @@ jobs:
4141
ruby-version: 3.2
4242

4343
- name: Install Fastlane
44-
run: cd ios && bundle install
44+
run: cd ios && gem install fastlane
4545

4646
- name: Release to App Store
4747
env:
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: fastlane release

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)