Skip to content

Commit

Permalink
Fixes release!
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon committed Oct 25, 2023
1 parent 966e91e commit e65c2ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-npm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
- name: Install dependencies with frozen lock file and generate parser
run: npm ci

- name: Build project
run: npm run build

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@f13b1baaa620fde937751f5d2c3572b9da32af23 # v1.4.5
with:
publish: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ generated
*.antlr
*.jar
*.clinic
*.tsbuildinfo
*.tsbuildinfo
*.npmrc
1 change: 1 addition & 0 deletions vendor/antlr4-c3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"type": "git",
"url": "https://github.com/mike-lischke/antlr4-c3"
},
"private": true,
"keywords": [
"ANTLR4",
"code completion",
Expand Down
1 change: 1 addition & 0 deletions vendor/antlr4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"module": "dist/antlr4.node.mjs",
"types": "src/antlr4/index.d.ts",
"repository": "antlr/antlr4.git",
"private": true,
"keywords": [
"lexer",
"parser",
Expand Down

0 comments on commit e65c2ae

Please sign in to comment.