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 987f61b commit dcce91fCopy full SHA for dcce91f
scripts/release/release.ts
@@ -46,6 +46,7 @@ export async function runRelease({
46
dryRun,
47
ci
48
}: releaseOptions) {
49
+ console.log('ci', ci);
50
try {
51
/**
52
* If there are unstaged changes, error.
0 commit comments