Skip to content

Commit 2a91cef

Browse files
committed
fix: git action
1 parent e98b75e commit 2a91cef

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/electron-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build Electron App
2-
run-name: Vuilding release ${{ github.ref_name }} ✘
2+
run-name: Building release ${{ github.ref_name }} ✘
33

44
on:
55
push:
@@ -24,8 +24,6 @@ jobs:
2424

2525
runs-on: ${{ matrix.os }}
2626

27-
continue-on-error: true
28-
2927
steps:
3028
- uses: actions/checkout@v4
3129

0 commit comments

Comments
 (0)