mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
test
This commit is contained in:
parent
8b02d869f9
commit
7af23b119e
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -67,6 +67,7 @@ jobs:
|
|||
crates_io:
|
||||
name: Publish packages to Crates.io
|
||||
runs-on: ubuntu-latest
|
||||
if: false
|
||||
environment: crates
|
||||
permissions:
|
||||
id-token: write
|
||||
|
|
@ -91,6 +92,7 @@ jobs:
|
|||
npm:
|
||||
name: Publish packages to npmjs.com
|
||||
runs-on: ubuntu-latest
|
||||
if: false
|
||||
environment: npm
|
||||
permissions:
|
||||
id-token: write
|
||||
|
|
|
|||
Loading…
Reference in a new issue