Skip to content

Commit e49fd89

Browse files
authored
ci: fix passing Windows cert secret in release workflow (#1780)
1 parent 85f9e0e commit e49fd89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ jobs:
8989
APPLE_ID: ${{ secrets.APPLE_ID }}
9090
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
9191
run: yarn run publish --arch=${{ matrix.arch }} --dry-run
92+
- name: Build (Windows)
93+
if: ${{ startsWith(matrix.os, 'windows-') }}
94+
env:
95+
CERT_FINGERPRINT: ${{ secrets.CERT_FINGERPRINT }}
96+
run: yarn run publish --arch=${{ matrix.arch }} --dry-run
9297
- name: Build
9398
if: ${{ !startsWith(matrix.os, 'macos-') }}
9499
run: yarn run publish --arch=${{ matrix.arch }} --dry-run

0 commit comments

Comments
 (0)