Skip to content

Commit

Permalink
chore: update release yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lizheming committed Feb 14, 2024
1 parent 9c46c8f commit 36fae88
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
- name: Install Dependencies
run: pnpm install --frozen-lockfile

- name: Build API
run: pnpm api:build

- name: Build Client
run: pnpm client:build

- name: WorkSpace DepCheck
run: node scripts/workspace-publish.cjs @waline/client

Expand All @@ -43,4 +49,3 @@ jobs:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/client
dry-run: true
ignore-scripts: false

0 comments on commit 36fae88

Please sign in to comment.