浏览代码

ci: identation issue on release.yml

alvarosabu 1 年之前
父节点
当前提交
f7925557a9
共有 1 个文件被更改,包括 2 次插入2 次删除
  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