Skip to content

Commit

Permalink
update gitlab-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vorujack committed May 18, 2022
1 parent 8be3582 commit 91e753e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: node cli/update_version.js '${{ env.MAJOR }}.${{ env.MINOR }}.${{ env.PATCH }}'

- name: Build Minotaur JS app and update capacitor
run: npm run build && npx cap sync electron
run: CI=false npm run sync

- name: Build Electron
working-directory: ./electron
Expand Down

0 comments on commit 91e753e

Please sign in to comment.