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 855f7f7 commit d9d75f1Copy full SHA for d9d75f1
1 file changed
.github/workflows/push.yml
@@ -67,13 +67,6 @@ jobs:
67
security find-identity -v -p codesigning
68
codesign --verify --verbose /Applications/Xcode.app
69
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
-
77
- name: Package application
78
env:
79
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
0 commit comments