1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02:00

fixing syntax error

This commit is contained in:
Joseph Flinn 2021-01-15 22:33:03 +00:00
parent 292d87588f
commit 7e0616f39e

View File

@ -196,7 +196,7 @@ jobs:
SIGNING_CERT_NAME: ${{ secrets.SIGNING_CERT_NAME }}
- name: Build, Sign & Release
if: github.event.name == 'release'
if: github.event_name == 'release'
run: npm run publish:win
env:
ELECTRON_BUILDER_SIGN: 1