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 c4be6f0 commit 0d6bf85Copy full SHA for 0d6bf85
1 file changed
.github/workflows/release.yml
@@ -25,14 +25,11 @@ jobs:
25
package-manager-cache: false
26
cache: ''
27
28
- - name: Install minimum npm
29
- run: npm install -g npm@^11.15.0
30
-
31
- name: Install
32
run: pnpm install --frozen-lockfile
33
34
- name: Build
35
run: pnpm build
36
37
- name: Publish
38
- run: npm stage publish
+ run: pnpm publish --no-git-checks
0 commit comments