This commit is contained in:
Danny McCormick 2019-08-05 13:12:37 -04:00
parent 8e12aec29e
commit 920661f1be
5 changed files with 15 additions and 18 deletions

View file

@ -61,7 +61,8 @@ steps:
with:
version: '10.x'
registry-url: <registry url>
- run: npm install
- run: npm install -g yarn
- run: yarn install
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.YARN_TOKEN }}