Skip to content

Commit

Permalink
Fix: publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bacra committed May 30, 2021
1 parent bad3b81 commit 386f87a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
node-version: 12.x
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run bootstrap --if-present
- run: npm run build --if-present
- run: npm run pub2 --if-present
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 386f87a

Please sign in to comment.