Skip to content

Commit 0026266

Browse files
authored
fix: release workflow (#159)
fix release
1 parent 8d94b30 commit 0026266

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
call-build_exe:
1111
uses: ./.github/workflows/build_exe.yml
1212
secrets: inherit
13+
with:
14+
is_release: true
1315
release:
1416
needs: call-build_exe
1517
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)