From 0bc0b4752a55fef3ed0b7c0a9661c3c787e97fc7 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Thu, 18 Sep 2025 19:01:03 +0200 Subject: [PATCH] chore: add artifactProvider configuration to craft Sets artifact provider to 'none' since this repository doesn't need artifact publishing in its release process. --- .craft.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.craft.yml b/.craft.yml index 3eaf976d..1d7cfec8 100644 --- a/.craft.yml +++ b/.craft.yml @@ -1,5 +1,7 @@ minVersion: 0.23.1 changelogPolicy: auto preReleaseCommand: pwsh -cwa '' +artifactProvider: + name: none targets: - name: github