From a63f0ab0248c1f3ec0e3b4dfff0e5dabedcdd534 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Mon, 19 Apr 2021 12:02: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 (5eme tentative) --- .github/workflows/publish-publicodes.yaml | 1 + mon-entreprise/.npmrc | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 mon-entreprise/.npmrc diff --git a/.github/workflows/publish-publicodes.yaml b/.github/workflows/publish-publicodes.yaml index 9542c9b7c..6a11045d5 100644 --- a/.github/workflows/publish-publicodes.yaml +++ b/.github/workflows/publish-publicodes.yaml @@ -33,6 +33,7 @@ jobs: path: '**/node_modules' key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}-v2 - run: yarn install --frozen-lockfile + - run: cat ./.npmrc - working-directory: ./publicodes/core run: | npm publish ${{ github.ref != 'refs/heads/master' && '--dry-run' || ''}} --tag next diff --git a/mon-entreprise/.npmrc b/mon-entreprise/.npmrc new file mode 100644 index 000000000..1fda2996a --- /dev/null +++ b/mon-entreprise/.npmrc @@ -0,0 +1,3 @@ +_auth = ${NPM_TOKEN} +email = dev@johangirod.com +always-auth = true