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