names added in build action

This commit is contained in:
nklhrstv 2020-03-24 15:51:23 +02:00
parent 40e41a1f96
commit fd592184a1

View file

@ -18,7 +18,8 @@ jobs:
name: Setup Node
with:
registry-url: 'https://npm.pkg.github.com'
- run: yarn install && yarn build
- name: Build
run: yarn install && yarn build
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v1