Skip to content

Commit

Permalink
chore: ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andychucs committed Feb 5, 2025
1 parent 0f6b8f8 commit 57b3793
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/manual_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
name: Release
runs-on: macos-latest
steps:
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: latest-stable
# - name: Setup Xcode version
# uses: maxim-lobanov/[email protected]
# with:
# xcode-version: latest-stable

- uses: actions/checkout@v4

Expand All @@ -31,6 +31,9 @@ jobs:
cache: true
flutter-version-file: pubspec.yaml

- name: Flutter Info
run: flutter doctor

- run: flutter pub get

- name: dart run build_runner
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
name: Release
runs-on: macos-latest
steps:
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: latest-stable
# - name: Setup Xcode version
# uses: maxim-lobanov/[email protected]
# with:
# xcode-version: latest-stable

- uses: actions/checkout@v4
- name: Set version
Expand All @@ -33,6 +33,9 @@ jobs:
cache: true
flutter-version-file: pubspec.yaml

- name: Flutter Info
run: flutter doctor

- run: flutter pub get

- name: dart run build_runner
Expand Down

0 comments on commit 57b3793

Please sign in to comment.