Skip to content

Commit 80e4581

Browse files
committed
ci: use npm publish for trusted publishing OIDC support
1 parent e0d5c52 commit 80e4581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
registry-url: https://registry.npmjs.org
105105
- run: pnpm install --frozen-lockfile
106106
- run: pnpm build
107-
- run: pnpm publish --provenance --no-git-checks --access public
107+
- run: npm publish --provenance --access public
108108
- run: gh release create ${{ github.ref_name }} --generate-notes
109109
env:
110110
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)