Skip to content

Commit

Permalink
ignore the action after install
Browse files Browse the repository at this point in the history
  • Loading branch information
guzhongren authored Sep 18, 2024
1 parent 2a79f8c commit 33a1ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install
run: |
npm install -g pnpm
pnpm install --no-frozen-lockfile
pnpm install --no-frozen-lockfile --ignore-scripts
- name: Lint
run: pnpm run lint
- name: Build
Expand Down

0 comments on commit 33a1ce3

Please sign in to comment.