Skip to content

Commit

Permalink
build(ci): add missing build step at package publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
  • Loading branch information
jerome-benoit committed Oct 26, 2024
1 parent 5091930 commit 14918dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build
run: pnpm build

- name: Read package.json version
id: package-version
uses: jaywcjlove/github-action-package@main
Expand Down

0 comments on commit 14918dd

Please sign in to comment.