Fix yaml problems

This commit is contained in:
Simon Edwards 2021-08-29 09:49:45 +02:00
parent e6f838375a
commit 5aab3ed97d

View File

@ -15,7 +15,7 @@ jobs:
node-version: '16.x'
- name: Install ubuntu deps
run: sudo apt update
run: sudo apt install mesa-common-dev libglu1-mesa-dev
- run: sudo apt install mesa-common-dev libglu1-mesa-dev
- run: yarn install
- run: echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> .npmrc
- run: npm publish --access=public