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.
1 parent 4d05113 commit 4118094Copy full SHA for 4118094
scripts/release/main.ts
@@ -149,10 +149,11 @@ async function main() {
149
}
150
151
152
- if (args.publishSdk || args.setupCi) {
153
- console.log("==> Publishing SDKs");
154
- await publishSdk(opts);
155
- }
+ // TODO: Currently using pkg.pr.new
+ // if (args.publishSdk || args.setupCi) {
+ // console.log("==> Publishing SDKs");
+ // await publishSdk(opts);
156
+ // }
157
158
if (args.tagDocker || args.completeCi) {
159
console.log("==> Tagging Docker");
0 commit comments