From 6efd28c47a94a20c85c82edff8020507eb4cc890 Mon Sep 17 00:00:00 2001 From: Hans Date: Mon, 29 Apr 2024 09:54:05 +0000 Subject: [PATCH] ci: fix publish --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52ee5a7..1f96bb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,7 +96,7 @@ jobs: - name: Publish to NPM run: npm publish env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + NODE_TOKEN: ${{secrets.NPM_TOKEN}} NPM_REGISTRY: https://registry.npmjs.org - name: Draft release uses: actions/create-release@v1