Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
fix: build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sircharlo committed Jun 23, 2024
1 parent 8202f24 commit a0ff9a4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ jobs:
- run: yarn install && yarn global add @quasar/cli

- name: Build and publish Electron app
if: "startsWith(github.ref, 'refs/tags/v')"
run: yarn quasar build -m electron -P always
env:
GITHUB_TOKEN: ${{ github.token }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

- name: Build Electron app
if: "!startsWith(github.ref, 'refs/tags/v')"
run: yarn quasar build -m electron
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit a0ff9a4

Please sign in to comment.