Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit b61e9a4

Browse files
author
Dominic Scheirlinck
committed
fix(pipeline): use correct option when calling artifact
1 parent 9b3b2fa commit b61e9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pipeline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function artifactInjection(configs: ConfigWithDecision[]): Pipeline {
4040
key: ARTIFACT_INJECTION_STEP_KEY,
4141
label: `Inject artifacts for skipped: ${names.join(', ')}`,
4242
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
43-
command: `${RUN_PREFIX}monofo artifact --build-id=${buildId} ${produces.join(' ')}`,
43+
command: `${RUN_PREFIX}monofo artifact --build=${buildId} ${produces.join(' ')}`,
4444
plugins: [
4545
{
4646
'artifacts#v1.3.0': {

0 commit comments

Comments
 (0)