From da5320d6a8d0bf7bbaafed8df8792ee54928a815 Mon Sep 17 00:00:00 2001 From: Hans Date: Mon, 29 Apr 2024 10:17:39 +0000 Subject: [PATCH] ci: correct env name --- .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 1f96bb6..99d79a2 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_TOKEN: ${{secrets.NPM_TOKEN}} + NPM_TOKEN: ${{secrets.NPM_TOKEN}} NPM_REGISTRY: https://registry.npmjs.org - name: Draft release uses: actions/create-release@v1