We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b0e7c commit 7757f7dCopy full SHA for 7757f7d
.github/workflows/main.yml
@@ -403,6 +403,8 @@ jobs:
403
echo "✅ Successfully published packages to npm"
404
echo " Main: @sqliteai/sqlite-agent@${{ steps.tag.outputs.version }}"
405
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
406
+ env:
407
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
408
409
- uses: softprops/[email protected]
410
if: steps.tag.outputs.version != ''
0 commit comments