File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments