You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,10 +64,16 @@ bun run build
64
64
65
65
Publishing runs from GitHub releases through `.github/workflows/publish.yml`.
66
66
67
-
The workflow uses npm provenance and GitHub's OpenID Connect token. Before the first release, configure npm trusted publishing for `@enderdash/client` with:
67
+
The workflow publishes to npm and JSR with GitHub OpenID Connect tokens.
68
+
69
+
Before the first npm release, configure npm trusted publishing for `@enderdash/client` with:
68
70
69
71
- owner: `enderdash-com`
70
72
- repository: `enderdash-client`
71
73
- workflow: `publish.yml`
72
74
75
+
Before the first JSR release, create or open `@enderdash/client` on JSR, then link it to:
76
+
77
+
- repository: `enderdash-com/enderdash-client`
78
+
73
79
Then publish by creating a GitHub release for the version in `package.json`.
0 commit comments