Skip to content

Commit e1ffa95

Browse files
committed
ci: drop unsupported --provenance from jsr publish
deno publish (used by jsr) rejects --provenance; use plain npx jsr publish with id-token: write per JSR docs. Made-with: Cursor
1 parent b9f2914 commit e1ffa95

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,5 @@ jobs:
5252
run: npm publish --access public --provenance
5353

5454
- name: Publish to JSR
55-
run: |
56-
# Trusted publishing should authenticate via OIDC; token is intentionally not required here.
57-
npx jsr publish --provenance
55+
run: npx jsr publish
5856

0 commit comments

Comments
 (0)