We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npx jsr publish
1 parent 89c5ba9 commit c318328Copy full SHA for c318328
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
8
permissions:
9
id-token: write # This is required for requesting the JWT
10
- contents: write
+ contents: write # 403 Forbidden error on changelogithub
11
12
jobs:
13
release:
@@ -22,12 +22,12 @@ jobs:
22
- uses: actions/setup-node@v4
23
with:
24
node-version: latest
25
- registry-url: https://registry.npmjs.org
26
cache: pnpm
27
+ - run: pnpm config set registry https://registry.npmmirror.com
28
- run: pnpm i
29
- run: pnpm build
30
- - run: npx jsr publish --allow-dirty
+ - run: npx jsr publish
31
32
- run: npm publish --registry=https://registry.npmjs.org --provenance
33
env:
0 commit comments