Skip to content

Commit 07449dd

Browse files
committed
test
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 516a267 commit 07449dd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ jobs:
222222
core.warning(`artifact-upload is ignored when output is image`);
223223
}
224224
if (inpOutput === 'image' && !inpPush && !sign) {
225-
throw new Error(`signing attestation manifests requires push to be enabled`);
225+
core.setFailed(`signing attestation manifests requires push to be enabled`);
226+
return;
226227
}
227228
228229
const privateRepo = GitHub.context.payload.repository?.private ?? false;

0 commit comments

Comments
 (0)