mirror of
https://github.com/yattee/yattee.git
synced 2025-11-04 14:42:05 +00:00
Fix bundler cache version
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -34,6 +34,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ruby-version: '3.0'
|
ruby-version: '3.0'
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
cache-version: 1
|
||||||
- name: Replace signing certificate to AppStore
|
- name: Replace signing certificate to AppStore
|
||||||
run: |
|
run: |
|
||||||
sed -i '' 's/match Development/match AppStore/' Yattee.xcodeproj/project.pbxproj
|
sed -i '' 's/match Development/match AppStore/' Yattee.xcodeproj/project.pbxproj
|
||||||
@@ -58,6 +59,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ruby-version: '3.0'
|
ruby-version: '3.0'
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
|
cache-version: 1
|
||||||
- name: Replace signing certificate to Direct with Developer ID
|
- name: Replace signing certificate to Direct with Developer ID
|
||||||
run: |
|
run: |
|
||||||
sed -i '' 's/match AppStore/match Direct/' Yattee.xcodeproj/project.pbxproj
|
sed -i '' 's/match AppStore/match Direct/' Yattee.xcodeproj/project.pbxproj
|
||||||
|
|||||||
Reference in New Issue
Block a user