Skip to content

Commit e27212c

Browse files
committed
chore: remove unused CSC_KEYCHAIN environment variable from macOS packaging steps for cleanup and simplicity
1 parent 4565e99 commit e27212c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-mac.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
- name: Package (Mac)
9292
env:
9393
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
94-
CSC_KEYCHAIN: ${{ runner.temp }}/app-signing.keychain-db
9594
run: npm run package:mac:publish
9695

9796
- name: Set version from tag or input (without pre-release)
@@ -100,7 +99,6 @@ jobs:
10099
- name: Package (Mac App Store)
101100
env:
102101
GITHUB_RUN_NUMBER: ${{ github.run_number }}
103-
CSC_KEYCHAIN: ${{ runner.temp }}/app-signing.keychain-db
104102
run: |
105103
echo "Packaging for Mac App Store..."
106104
npm run package:mac:store

0 commit comments

Comments
 (0)