Skip to content

Commit c6c9c5a

Browse files
committed
fixing the ci
1 parent ca1a266 commit c6c9c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Release'
22

33
on:
44
push:
5-
branches: trunk
5+
branches: [trunk]
66

77
jobs:
88
release:
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2525
- name: Install electron-builder dependencies
26-
run: yarn workspace @seleniumhq/selenium-ide add dmg-license
26+
run: yarn global add dmg-license
2727
- name: Build selenium-ide binaries
2828
run: yarn build:electron
2929
- name: Set env from current release

0 commit comments

Comments
 (0)