Skip to content

Commit d9d75f1

Browse files
committed
ci: remove keychain caching step from push workflow
1 parent 855f7f7 commit d9d75f1

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/push.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@ jobs:
6767
security find-identity -v -p codesigning
6868
codesign --verify --verbose /Applications/Xcode.app
6969
70-
- name: Cache keychain
71-
uses: actions/cache@v4
72-
if: matrix.os == 'macos-latest'
73-
with:
74-
path: ~/Library/Keychains
75-
key: ${{ runner.os }}-keychain-${{ hashFiles('**/*.p12') }}
76-
7770
- name: Package application
7871
env:
7972
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)