Skip to content

Commit

Permalink
Fixing NPM publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
bscan committed Nov 13, 2022
1 parent 77af525 commit 7a23981
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: tsc -b
- run: npm publish server/
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Code navigation, autocompletion, syntax checking, and linting for Perl",
"author": "bscan",
"license": "MIT",
"version": "0.3.6",
"version": "0.3.7",
"icon": "images/camel_icon.png",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "perlnavigator-server",
"description": "Perl language server",
"version": "0.3.6",
"version": "0.3.7",
"author": "bscan",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 7a23981

Please sign in to comment.