diff --git a/src/executable/cli.ts b/src/executable/cli.ts index f913692..0616695 100644 --- a/src/executable/cli.ts +++ b/src/executable/cli.ts @@ -63,6 +63,8 @@ async function execute() { const snapshotConfig: SnapshotConfig = { context, job, + sha: opts.sha, + ref: opts.branchRef, } snapshot = await generateSnapshot(opts.directory, mvnConfig, snapshotConfig);