Skip to content

Commit 245c35e

Browse files
committed
Revert "workflow: handle jsr-io/jsr#341"
This reverts commit f4e1dee.
1 parent 2b2882f commit 245c35e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/release.mts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@ async function release() {
155155
return
156156
}
157157

158-
console.log(cyan('Updating JSR version badge...'))
159-
spawn.sync('curl', ['-X', 'PURGE', 'https://camo.githubusercontent.com/91e166dfe66fd00a4c307d2f3d47c87c1e2442f8964d3385642afab3c0e62b00/68747470733a2f2f6a73722e696f2f6261646765732f40636c6f79646c61752f6a736f6e2d656469746f722d767565'], { stdio: 'inherit' })
160-
161158
console.log(cyan('Updating npmmirror...'))
162159
spawn.sync('cnpm', ['sync'], { stdio: 'inherit' })
163160
open(`https://npmmirror.com/sync/${name}`)

0 commit comments

Comments
 (0)