Skip to content

Commit fd7c044

Browse files
committed
fix(workflow): remove temp NPM_TOKEN, use OIDC now. Bump version to 0.1.2
1 parent 7c7c4a0 commit fd7c044

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,6 @@ jobs:
403403
echo "✅ Successfully published packages to npm"
404404
echo " Main: @sqliteai/sqlite-agent@${{ steps.tag.outputs.version }}"
405405
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
406-
env:
407-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
408406
409407
- uses: softprops/[email protected]
410408
if: steps.tag.outputs.version != ''

src/sqlite-agent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
extern "C" {
2828
#endif
2929

30-
#define SQLITE_AGENT_VERSION "0.1.1"
30+
#define SQLITE_AGENT_VERSION "0.1.2"
3131

3232
/**
3333
* SQLite extension entry point

0 commit comments

Comments
 (0)