Skip to content

Commit

Permalink
ci(version-or-publish): add build step (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotarella1110 committed Aug 7, 2023
1 parent c736127 commit ba4f4fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: ./.github/actions/setup-pnpm
with:
node-version: ${{ matrix.node-version }}
- run: pnpm build
- id: changesets
uses: changesets/action@v1
with:
Expand Down

0 comments on commit ba4f4fd

Please sign in to comment.