diff --git a/ci/src/config.ts b/ci/src/config.ts index 23a162463..80dd3427f 100644 --- a/ci/src/config.ts +++ b/ci/src/config.ts @@ -42,6 +42,7 @@ export const GlobalConfig = (() => { .parse(undefined); const { version, sha, changelog } = getExtraReleaseVars(releaseBody); + console.log({ version, sha, changelog }); return { workDir: "/pipes-ci", sourceDir: z