From f7925557a92ec1b15a4acdc6cf5ccb7ec398ebd6 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Fri, 6 Sep 2024 15:27:16 +0200 Subject: [PATCH] ci: identation issue on release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d93d623d7..9955a19c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,8 +25,8 @@ jobs: git config user.name "${GITHUB_ACTOR}" git config user.email "alvaro.saburido@gmail.com" - name: Initialise the NPM config - run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN - env: + run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN + env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Install dependencies run: pnpm install