Skip to content

Commit 47da448

Browse files
committed
🐛 fix publish: correct repo URL, use OIDC for JSR
1 parent db9806c commit 47da448

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: deno task build:jsr ${{steps.vars.outputs.version}}
3535

3636
- name: dry run publish
37-
run: npx jsr publish --dry-run --allow-dirty --token=${{secrets.JSR_TOKEN}}
37+
run: deno publish --dry-run --allow-dirty
3838

3939
verify-npm:
4040
runs-on: ubuntu-latest
@@ -120,4 +120,4 @@ jobs:
120120
run: deno task build:jsr ${{steps.vars.outputs.version}}
121121

122122
- name: Publish JSR
123-
run: npx jsr publish --allow-dirty --token=${{secrets.JSR_TOKEN}}
123+
run: deno publish --allow-dirty

tasks/build-npm.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ await build({
3131
license: "MIT",
3232
repository: {
3333
type: "git",
34-
url: "git+https://github.com/cowboyd/clayterm.git",
34+
url: "git+https://github.com/thefrontside/clayterm.git",
3535
},
3636
bugs: {
37-
url: "https://github.com/cowboyd/clayterm/issues",
37+
url: "https://github.com/thefrontside/clayterm/issues",
3838
},
3939
engines: {
4040
node: ">= 16",

0 commit comments

Comments
 (0)