Skip to content

Commit 7b51ecd

Browse files
committed
fix(build): syntax error in workflow
1 parent ebcfbcb commit 7b51ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
install-lib: false
1717
- run: tree-sitter generate
1818
- run: mkdir -p parser-artifacts
19-
run: |
19+
- run: |
2020
cp -r bindings queries src binding.gyp Cargo.toml \
2121
CMakeLists.txt go.mod grammar.js LICENSE Makefile \
2222
package.json Package.swift pyproject.toml setup.py \

0 commit comments

Comments
 (0)