Skip to content

Commit

Permalink
fix: add missing build script for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
auvred committed Aug 8, 2023
1 parent 9425bbf commit 2c3b7f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
with:
node-version: 18

- name: Install
run: pnpm install --frozen-lockfile

- name: Build
run: pnpm build

- name: Set NPM access token
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 2c3b7f4

Please sign in to comment.