Skip to content

Commit

Permalink
Merge branch 'develop' into chore/env
Browse files Browse the repository at this point in the history
  • Loading branch information
YumNumm committed Jan 17, 2025
2 parents e0e54d4 + f382130 commit 6eb7a34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Set up ruby
# https://github.com/ruby/setup-ruby/tree/v1/
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
uses: ruby/setup-ruby@868b3f088412f139260f27f5b148179b9dd6b008
with:
bundler-cache: true
working-directory: app/android
Expand All @@ -67,7 +67,7 @@ jobs:
run: bundle exec fastlane build

- name: Upload artifact aab
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
path: app/build/app/outputs/bundle/release/app-release.aab
name: release-aab
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:

- name: Set up ruby
# https://github.com/ruby/setup-ruby/tree/v1/
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
uses: ruby/setup-ruby@868b3f088412f139260f27f5b148179b9dd6b008
with:
bundler-cache: true
working-directory: app/ios
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
run: bundle exec fastlane build

- name: Upload artifact ipa
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
path: app/ios/Runner.ipa
name: release-ios
Expand Down

0 comments on commit 6eb7a34

Please sign in to comment.