Skip to content

Commit 8e2a900

Browse files
committed
fix: build lib/binary
1 parent 704c0c5 commit 8e2a900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
set-version:
2121
name: Set Version
2222
runs-on: ubuntu-latest
23-
if: ${{ (github.event.workflow_run.head_branch == 'master' || github.event.workflow_run.head_branch == 'v3') && github.event.workflow_run.conclusion == 'success' }}
23+
# if: ${{ (github.event.workflow_run.head_branch == 'master' || github.event.workflow_run.head_branch == 'v3') && github.event.workflow_run.conclusion == 'success' }}
2424
container:
2525
image: mcr.microsoft.com/dotnet/sdk:10.0
2626
outputs:

0 commit comments

Comments
 (0)