Skip to content

Commit 7757f7d

Browse files
committed
fix(workflow): temporary add NPM_TOKEN for first release on npmjs
1 parent 74b0e7c commit 7757f7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,8 @@ 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 }}
406408

407409
- uses: softprops/[email protected]
408410
if: steps.tag.outputs.version != ''

0 commit comments

Comments
 (0)