Skip to content

Commit

Permalink
Fixed publish action #2
Browse files Browse the repository at this point in the history
  • Loading branch information
angrykoala committed Apr 26, 2020
1 parent ab9f9df commit 5d0d9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libgbm-dev
npm install
- name: publish
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPMTOKEN}}
Expand Down

0 comments on commit 5d0d9a0

Please sign in to comment.