Skip to content

Commit

Permalink
fixing the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtarsi committed Sep 22, 2022
1 parent ca1a266 commit c6c9c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -2,7 +2,7 @@ name: 'Release'

on:
push:
branches: trunk
branches: [trunk]

jobs:
release:
Expand All @@ -23,7 +23,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Install electron-builder dependencies
run: yarn workspace @seleniumhq/selenium-ide add dmg-license
run: yarn global add dmg-license
- name: Build selenium-ide binaries
run: yarn build:electron
- name: Set env from current release
Expand Down

0 comments on commit c6c9c5a

Please sign in to comment.