From 56bf7294b72cd9d9546b47e3ce02b5eb4fc19a14 Mon Sep 17 00:00:00 2001 From: nitro-neal <5314059+nitro-neal@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:03:26 -0700 Subject: [PATCH] update env (#458) --- .github/workflows/release-npm.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 60e9dc026..d68f66c93 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -51,6 +51,8 @@ jobs: echo -e "//registry.npmjs.org/:_authToken=\${NODE_AUTH_TOKEN}" > ~/.npmrc - name: Install semver utility + env: + NODE_AUTH_TOKEN: ${{secrets.npm_token}} run: pnpm install -g semver@7.5.1 # Note - this is not required but it gives a clean failure prior to attempting a release if the GH workflow runner is not authenticated with NPMjs.com