add github registry to npmrc

This commit is contained in:
nklhrstv 2020-03-24 15:02:06 +02:00
parent 8462919bdd
commit 8f530e4a3b

View file

@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v1
- name: Build
run: |
echo -e "[url \"https://github.com/\"]\n\tinsteadOf = ssh://git@github.com/" > ~/.gitconfig
yarn install && yarn build
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
yarn install && yarn build
- uses: actions/upload-artifact@v1
with:
name: stremio-web