📦 Publicodes v1.0.0-beta.14

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

View File

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

3
mon-entreprise/.npmrc Normal file
View File

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