Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy committed Jul 1, 2024
1 parent e47a257 commit e9aea4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
run: node scripts/check_version.js
- name: Publish to npm
if: steps.check_version.outputs.is_release == 'true'
uses: JS-DevTools/npm-publish@v2
uses: actions/setup-node@v3
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./package.json
access: public
node-version: '18'
registry-url: 'https://registry.npmjs.org'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ai"
],
"bin": {
"qllm": "./dist/qllm.js"
"qllm": "dist/qllm.js"
},
"author": "quantalogic",
"license": "Apache-2.0",
Expand Down Expand Up @@ -67,4 +67,4 @@
"glob": "^10.4.2",
"inflight": "npm:@isaacs/inflight@^1.0.1"
}
}
}

0 comments on commit e9aea4f

Please sign in to comment.