Skip to content

Commit e636264

Browse files
committed
fix: use npm publish for OIDC trusted publisher support
1 parent fc83f9b commit e636264

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333

3434
- name: Dry run publish (pre-release only)
3535
if: ${{ github.event.release.prerelease == true }}
36-
run: pnpm publish --dry-run --no-git-checks
36+
run: npm publish --dry-run
3737

3838
- name: Publish to npm
3939
if: ${{ github.event.release.prerelease == false }}
40-
run: pnpm publish --no-git-checks
40+
run: npm publish

0 commit comments

Comments
 (0)