Skip to content

Commit d75b92f

Browse files
committed
fixup node publication
1 parent fbbc3dc commit d75b92f

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/publish.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)