Skip to content

Commit 7d03faf

Browse files
committed
fix: publish.yml
1 parent 975bfd3 commit 7d03faf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
working-directory: ./
5252
run: |
5353
pnpm build
54-
npm publish --access public --provenance
54+
npm publish --access public
5555
env:
5656
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sqliteai/docs-chatbot",
33
"description": "Documentation search chatbot powered by SQLite and AI",
4-
"version": "0.0.3",
4+
"version": "0.0.2",
55
"license": "MIT",
66
"type": "module",
77
"main": "./dist/cjs/index.cjs.js",

0 commit comments

Comments
 (0)