Fix yaml problems
This commit is contained in:
parent
e6f838375a
commit
5aab3ed97d
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user