From b6b59ac903a89cdef7d7745e181464ea5e6bcd18 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Mon, 19 Apr 2021 12:11:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Publicodes=20v1.0.0-beta.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (6eme tentative) --- .github/workflows/publish-publicodes.yaml | 4 ++++ mon-entreprise/.npmrc | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 mon-entreprise/.npmrc diff --git a/.github/workflows/publish-publicodes.yaml b/.github/workflows/publish-publicodes.yaml index 6a11045d5..8b221cded 100644 --- a/.github/workflows/publish-publicodes.yaml +++ b/.github/workflows/publish-publicodes.yaml @@ -33,6 +33,10 @@ jobs: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}-v2 - run: yarn install --frozen-lockfile + - run: | + echo _auth=$NPM_TOKEN >> .npmrc + echo email=dev@johangirod.com >> .npmrc + echo always-auth=true >> .npmrc - run: cat ./.npmrc - working-directory: ./publicodes/core run: | diff --git a/mon-entreprise/.npmrc b/mon-entreprise/.npmrc deleted file mode 100644 index 1fda2996a..000000000 --- a/mon-entreprise/.npmrc +++ /dev/null @@ -1,3 +0,0 @@ -_auth = ${NPM_TOKEN} -email = dev@johangirod.com -always-auth = true