Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vbalien authored Aug 6, 2022
1 parent fbf4fc3 commit 9b2b772
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
run: yarn install --frozen-lockfile

- name: Publish releases
if: startsWith(github.ref, 'refs/tags/')
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
yarn postinstall
yarn build
yarn electron-builder --publish always
yarn electron-builder --publish onTagOrDraft

0 comments on commit 9b2b772

Please sign in to comment.