mirror of
https://github.com/yattee/yattee.git
synced 2025-06-28 15:49:53 +00:00
Fix bundler cache version
This commit is contained in:
parent
b2593c02b9
commit
8e4b9ea440
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user