ci: tweak

pull/662/head^2 v0.3.63
Dax Raad 2025-07-24 15:51:33 -04:00
parent d288d21330
commit 20bf27feda
1 changed files with 10 additions and 0 deletions

10
scripts/publish.ts 100644
View File

@ -0,0 +1,10 @@
#!/usr/bin/env bun
import { $ } from "bun"
import pkg from "../package.json"
const version = process.env["VERSION"]
console.log("publishing stainless")
await import("./stainless.ts")