Skip to content

Commit

Permalink
Fixed publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
angrykoala committed Apr 26, 2020
1 parent 6ed5892 commit ab9f9df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm install
run: |
sudo apt-get update
sudo apt-get install -y libgbm-dev
npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPMTOKEN}}
Expand Down

0 comments on commit ab9f9df

Please sign in to comment.