File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -412,15 +412,12 @@ jobs:
412412 echo "✅ Successfully published packages to npm"
413413 echo " Main: @sqliteai/sqlite-mcp@${{ steps.tag.outputs.version }}"
414414 echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
415- env :
416- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
417415
418416 -
uses :
softprops/[email protected] 419417 if : steps.tag.outputs.version != ''
420418 with :
421419 body : |
422- # SQLite MCP Client Extension v${{ steps.tag.outputs.version }}
423-
420+
424421 ## Packages
425422
426423 [**Node**](https://www.npmjs.com/package/@sqliteai/sqlite-mcp): `npm install @sqliteai/sqlite-mcp`
Original file line number Diff line number Diff line change 2727extern "C" {
2828#endif
2929
30- #define SQLITE_MCP_VERSION "0.1.1 "
30+ #define SQLITE_MCP_VERSION "0.1.2 "
3131
3232/**
3333 * SQLite extension entry point
You can’t perform that action at this time.
0 commit comments