Skip to content

Commit

Permalink
ci: build
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Nov 8, 2022
1 parent c73553c commit 4a42fbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2.0.1
with:
version: 6.31.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
Expand All @@ -35,6 +33,9 @@ jobs:
- name: Install Dependencies
run: pnpm install

- name: Build
run: pnpm run build

- name: Publish to NPM
run: pnpm -r publish --access public --no-git-checks
env:
Expand Down

0 comments on commit 4a42fbb

Please sign in to comment.