Skip to content

Commit e262298

Browse files
committed
fix syntax
1 parent 2acd9a0 commit e262298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/DuckDBNodeBindingsAndAPI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: pnpm test
8989

9090
- name: Git Status
91-
if: ${{ inputs.publish_linux_x64 || publish_bindings || publish_api }}
91+
if: ${{ inputs.publish_linux_x64 || inputs.publish_bindings || inputs.publish_api }}
9292
run: git status
9393

9494
- name: Publish - Bindings - Linux x64

0 commit comments

Comments
 (0)