parent
b7057eb1b4
commit
a63f0ab024
|
@ -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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
_auth = ${NPM_TOKEN}
|
||||
email = dev@johangirod.com
|
||||
always-auth = true
|
Loading…
Reference in New Issue