Fix bundler cache version

This commit is contained in:
Arkadiusz Fal 2025-06-17 16:26:24 +02:00
parent b2593c02b9
commit 8e4b9ea440

View File

@ -34,6 +34,7 @@ jobs:
with:
ruby-version: '3.0'
bundler-cache: true
cache-version: 1
- name: Replace signing certificate to AppStore
run: |
sed -i '' 's/match Development/match AppStore/' Yattee.xcodeproj/project.pbxproj
@ -58,6 +59,7 @@ jobs:
with:
ruby-version: '3.0'
bundler-cache: true
cache-version: 1
- name: Replace signing certificate to Direct with Developer ID
run: |
sed -i '' 's/match AppStore/match Direct/' Yattee.xcodeproj/project.pbxproj