We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3203982 commit f9de379Copy full SHA for f9de379
1 file changed
.github/workflows/release.yml
@@ -24,12 +24,10 @@ jobs:
24
with:
25
node-version: "22.x" # Use Node.js 22.x
26
cache: "pnpm"
27
- - name: Install dependencies
28
- run: pnpm install --frozen-lockfile
29
- name: Install dependencies and publish
30
env:
31
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32
run: |
33
- pnpm install --frozen-lockfile
+ pnpm install --frozen-lockfile --no-git-checks
34
pnpm run build
35
pnpm publish --provenance --access public
0 commit comments