📦 Publicodes v1.0.0-beta.14

(6eme tentative)
pull/1492/head
Johan Girod 2021-04-19 12:11:26 +02:00
parent a63f0ab024
commit b6b59ac903
2 changed files with 4 additions and 3 deletions

View File

@ -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: |

View File

@ -1,3 +0,0 @@
_auth = ${NPM_TOKEN}
email = dev@johangirod.com
always-auth = true