Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasai-T committed May 23, 2022
1 parent f6337a4 commit 3a65f24
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 @@ -14,6 +14,7 @@ jobs:
with:
node-version: '16.x'
- run: npm ci
- run: npm run build
- run: npm test

publish-gpr:
Expand All @@ -25,6 +26,7 @@ jobs:
with:
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 3a65f24

Please sign in to comment.