fix: add NODE_AUTH_TOKEN env to main publish workflow

This commit is contained in:
justsisyphus
2026-01-30 13:50:55 +09:00
parent 3b5d18e6bf
commit 90eec0a369

View File

@@ -186,6 +186,7 @@ jobs:
fi
npm publish --access public --provenance $TAG_ARG
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
NPM_CONFIG_PROVENANCE: true
- name: Git commit and tag