Skip to content

Commit c336716

Browse files
authored
Merge pull request #97 from j4rviscmd/fix/release-signing-password
fix(ci): add signing key password to release workflow
2 parents 022d385 + 4843f8a commit c336716

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
env:
126126
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
127127
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
128+
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
128129
with:
129130
tagName: v__VERSION__
130131
releaseName: 'v__VERSION__'

0 commit comments

Comments
 (0)