fix(ci): add NPM_TOKEN for npm publish authentication

This commit is contained in:
justsisyphus 2026-01-16 02:31:12 +09:00
parent 396043a122
commit f658544cd6

View File

@ -140,6 +140,7 @@ jobs:
VERSION: ${{ inputs.version }} VERSION: ${{ inputs.version }}
CI: true CI: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_CONFIG_PROVENANCE: true NPM_CONFIG_PROVENANCE: true
- name: Delete draft release - name: Delete draft release