Przeglądaj źródła

ci: identation issue on release.yml

alvarosabu 1 rok temu
rodzic
commit
f7925557a9
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      .github/workflows/release.yml

+ 2 - 2
.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