Skip to content

Commit

Permalink
Update npm-publish-github-packages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidp94 authored Feb 1, 2022
1 parent 0b120f8 commit 3e671c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16
- run: sudo apt-get install libudev-dev
- run: npm install
- run: npm build
- run: npm run build
# - run: npm test

publish-gpr:
Expand All @@ -31,8 +32,9 @@ jobs:
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: sudo apt-get install libudev-dev
- run: npm install
- run: npm build
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 3e671c4

Please sign in to comment.