Skip to content

Commit

Permalink
Publishes from main (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon authored Oct 25, 2023
1 parent b60e045 commit 966e91e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish packages to npm

on:
push:
branches: ['publishing']
branches: ['main']

env:
NODE_OPTIONS: '--max_old_space_size=4096'
Expand Down Expand Up @@ -33,5 +33,5 @@ jobs:
uses: changesets/action@f13b1baaa620fde937751f5d2c3572b9da32af23 # v1.4.5
with:
publish: npm run release
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 0 additions & 3 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"type": "git",
"url": "git://github.com/neo4j/cypher-language-support.git"
},
"bin": {
"cypher-language-server": "/dist/cypher-language-server.js"
},
"bugs": {
"url": "https://github.com/neo4j/cypher-language-support/issues"
},
Expand Down

0 comments on commit 966e91e

Please sign in to comment.