Update release.yml

This commit is contained in:
Elysia
2025-07-12 21:48:53 +07:00
parent 3378aa18d0
commit 73babfda96

View File

@@ -20,6 +20,10 @@ jobs:
with: with:
node-version: 22 node-version: 22
- name: Configure npm for publishing
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Publish to NPM - name: Publish to NPM
run: npm publish --provenance --access public run: npm publish --provenance --access public
env: env: