We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1a266 commit c6c9c5aCopy full SHA for c6c9c5a
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: 'Release'
2
3
on:
4
push:
5
- branches: trunk
+ branches: [trunk]
6
7
jobs:
8
release:
@@ -23,7 +23,7 @@ jobs:
23
env:
24
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
25
- name: Install electron-builder dependencies
26
- run: yarn workspace @seleniumhq/selenium-ide add dmg-license
+ run: yarn global add dmg-license
27
- name: Build selenium-ide binaries
28
run: yarn build:electron
29
- name: Set env from current release
0 commit comments