Skip to content

Commit 0d6bf85

Browse files
committed
chore: use non-stage publish for now
1 parent c4be6f0 commit 0d6bf85

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ jobs:
2525
package-manager-cache: false
2626
cache: ''
2727

28-
- name: Install minimum npm
29-
run: npm install -g npm@^11.15.0
30-
3128
- name: Install
3229
run: pnpm install --frozen-lockfile
3330

3431
- name: Build
3532
run: pnpm build
3633

3734
- name: Publish
38-
run: npm stage publish
35+
run: pnpm publish --no-git-checks

0 commit comments

Comments
 (0)