Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 5fcc851

Browse files
author
Hendrik van Antwerpen
committed
Remove NPM publish workflow job
1 parent d7665d1 commit 5fcc851

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/publish-tree-sitter-stack-graphs.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -29,31 +29,6 @@ jobs:
2929
working-directory: ${{ env.CRATE_DIR }}
3030
env:
3131
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
32-
publish-npm:
33-
needs: publish-crate
34-
runs-on: ubuntu-latest
35-
env:
36-
PACKAGE_DIR: './tree-sitter-stack-graphs/npm'
37-
steps:
38-
- name: Install Node environment
39-
uses: actions/setup-node@v3
40-
with:
41-
node-version: 16.x
42-
registry-url: 'https://registry.npmjs.org'
43-
- name: Checkout repository
44-
uses: actions/checkout@v3
45-
# TODO Verify the package version matches the tag
46-
- name: Install dependencies
47-
run: npm install
48-
working-directory: ${{ env.PACKAGE_DIR }}
49-
- name: Verify package
50-
run: npm publish --dry-run
51-
working-directory: ${{ env.PACKAGE_DIR }}
52-
- name: Publish package
53-
run: npm publish
54-
working-directory: ${{ env.PACKAGE_DIR }}
55-
env:
56-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5732
create-release:
5833
needs: publish-crate
5934
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)