File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 1- name : Publish package
1+ name : Publish packages
2+
23on :
34 push :
45 tags : ["*"]
56
7+ permissions :
8+ contents : write
9+ id-token : write
10+ attestations : write
11+
612jobs :
713 github :
814 uses : tree-sitter/workflows/.github/workflows/release.yml@main
15+ with :
16+ generate : true
17+ attestations : true
918 # npm:
1019 # uses: tree-sitter/workflows/.github/workflows/package-npm.yml@main
11- # with:
12- # package-name: "@tree-sitter/tree-sitter-xml"
1320 # secrets:
1421 # NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
22+ # with:
23+ # generate: true
1524 crates :
1625 uses : tree-sitter/workflows/.github/workflows/package-crates.yml@main
1726 secrets :
1827 CARGO_REGISTRY_TOKEN : ${{secrets.CARGO_REGISTRY_TOKEN}}
28+ with :
29+ generate : true
1930 pypi :
2031 uses : tree-sitter/workflows/.github/workflows/package-pypi.yml@main
2132 secrets :
2233 PYPI_API_TOKEN : ${{secrets.PYPI_API_TOKEN}}
34+ with :
35+ generate : true
You can’t perform that action at this time.
0 commit comments