mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
fixing syntax error
This commit is contained in:
parent
292d87588f
commit
7e0616f39e
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -196,7 +196,7 @@ jobs:
|
|||||||
SIGNING_CERT_NAME: ${{ secrets.SIGNING_CERT_NAME }}
|
SIGNING_CERT_NAME: ${{ secrets.SIGNING_CERT_NAME }}
|
||||||
|
|
||||||
- name: Build, Sign & Release
|
- name: Build, Sign & Release
|
||||||
if: github.event.name == 'release'
|
if: github.event_name == 'release'
|
||||||
run: npm run publish:win
|
run: npm run publish:win
|
||||||
env:
|
env:
|
||||||
ELECTRON_BUILDER_SIGN: 1
|
ELECTRON_BUILDER_SIGN: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user