We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c7bb5 commit 870da78Copy full SHA for 870da78
.github/workflows/main.yaml
@@ -20,7 +20,7 @@ jobs:
20
uses: jdx/mise-action@v3
21
22
- name: Cache gems
23
- uses: actions/cache@v3
+ uses: actions/cache@v4
24
with:
25
path: ~/.local/share/mise/installs/ruby/3.4.7/lib/ruby/gems/3.4.0
26
key: ${{ runner.os }}-mise-gems-${{ hashFiles('Gemfile.lock') }}
@@ -41,9 +41,10 @@ jobs:
41
restore-keys: |
42
tuist-cache-
43
44
- - name: Run Fastlane Upload
+ - name: Run Fastlane Install
45
run: |
46
- bundle exec fastlane upload_oneoff
+ tuist install
47
+ bundle exec fastlane notify_all
48
env:
49
FASTLANE_USER: ${{ secrets.FASTLANE_USER }}
50
FASTLANE_TEAM_ID: ${{ secrets.FASTLANE_TEAM_ID }}
0 commit comments