ci(release): use the ref name for the release tag
Some checks failed
CI / checks (push) Waiting to run
CI / sanitize (push) Failing after 13s
CI / build (push) Failing after 15s

This commit is contained in:
Amaan Qureshi 2025-01-12 13:39:00 -05:00
parent e389d54868
commit 3414bbd48e

View file

@ -45,7 +45,7 @@ jobs:
- name: Create release
run: |-
gh release create \
gh release create ${{ github.ref_name }} \
target/tree-sitter-*.gz \
target/tree-sitter.wasm \
target/tree-sitter.js