File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,20 +15,23 @@ jobs:
1515 with :
1616 generate : true
1717 attestations : true
18- npm :
18+
19+ npm-login :
1920 runs-on : ubuntu-latest
2021 steps :
2122 - uses : actions/setup-node@v6
2223 with :
2324 node-version : ' 24'
2425 registry-url : ' https://registry.npmjs.org'
2526
26- - uses : tree-sitter/workflows/.github/workflows/package-npm.yml@main
27- secrets :
28- NODE_AUTH_TOKEN : ${{secrets.NODE_AUTH_TOKEN}}
29- with :
30- generate : true
31- package-name : " @openscad/tree-sitter-openscad"
27+ npm-puiblish :
28+ needs : npm-login
29+ uses : tree-sitter/workflows/.github/workflows/package-npm.yml@main
30+ secrets :
31+ NODE_AUTH_TOKEN : ${{secrets.NODE_AUTH_TOKEN}}
32+ with :
33+ generate : true
34+ package-name : " @openscad/tree-sitter-openscad"
3235 crates :
3336 uses : tree-sitter/workflows/.github/workflows/package-crates.yml@main
3437 secrets :
You can’t perform that action at this time.
0 commit comments