Skip to content

Commit af6665f

Browse files
committed
changed publish to npm
1 parent 0c7a34d commit af6665f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ jobs:
6363

6464
- name: Publish to npm
6565
if: ${{ github.event.inputs.skip_npm != 'true' }}
66-
# Uses Trusted Publishing via OIDC - no token needed
67-
# Configure at: npmjs.com → Package Settings → Publishing access → Trusted publishers
68-
run: pnpm publish --provenance --access public --no-git-checks
66+
run: npm publish --provenance --access public --no-git-checks
6967

7068
- name: Index and prepare mappings
7169
env:

0 commit comments

Comments
 (0)