fix: please work already bro

This commit is contained in:
2023-07-15 22:27:22 +02:00
committed by GitHub
parent 974cd75a59
commit 4abf7dcec7

View File

@@ -19,6 +19,9 @@ jobs:
with:
node-version: 18
- name: Install packages
run: yarn
- name: Build electron index.ts file
run: yarn electron-ci
@@ -31,4 +34,4 @@ jobs:
# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}
release: ${{ startsWith(github.ref, 'refs/tags/v') }}