Skip to content

Commit

Permalink
fix(publish.yml): update pipeline - build before publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
i7N3 committed Dec 28, 2022
1 parent 4f9036d commit 7ec254c
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -45,6 +45,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
- run: pnpm semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
File renamed without changes.

0 comments on commit 7ec254c

Please sign in to comment.