Skip to content

Commit 3eaa026

Browse files
committed
fix: fix release workflow
1 parent d1bbb8c commit 3eaa026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
retention-days: 1
3232

3333
build-executable:
34-
needs: ['bundle-javascript-file']
34+
needs: ['bundle-javascript']
3535
runs-on: ${{ matrix.os }}
3636
strategy:
3737
matrix:

0 commit comments

Comments
 (0)