Skip to content

Commit

Permalink
fix: update release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangwy committed Oct 15, 2024
1 parent 4204a6b commit 6e170d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build
run: pnpm run build

- name: Lint
run: pnpm lint

- name: Prettier
run: pnpm prettier --check .

- name: Build
run: pnpm run build

- name: Configure git
run: |
git config --global user.name "${{ github.actor }}"
Expand Down

0 comments on commit 6e170d0

Please sign in to comment.