Skip to content

Commit f9de379

Browse files
committed
pnpm: ignore git checks on actions tagging
1 parent 3203982 commit f9de379

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ jobs:
2424
with:
2525
node-version: "22.x" # Use Node.js 22.x
2626
cache: "pnpm"
27-
- name: Install dependencies
28-
run: pnpm install --frozen-lockfile
2927
- name: Install dependencies and publish
3028
env:
3129
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3230
run: |
33-
pnpm install --frozen-lockfile
31+
pnpm install --frozen-lockfile --no-git-checks
3432
pnpm run build
3533
pnpm publish --provenance --access public

0 commit comments

Comments
 (0)