From 6d807359461ae509602e6fa7a66a007322385615 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> Date: Thu, 25 Feb 2021 11:18:03 +0100 Subject: [PATCH 1/2] Fix: Craft artifact provider --- .craft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.craft.yml b/.craft.yml index 3aad4b56b4c..b3892c999c6 100644 --- a/.craft.yml +++ b/.craft.yml @@ -6,7 +6,7 @@ changelogPolicy: simple statusProvider: name: github artifactProvider: - name: github + name: none targets: - name: github - name: registry From dc0f7a1261b2301891ab3bfb659960b3c02f98f2 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Thu, 25 Feb 2021 11:23:06 +0100 Subject: [PATCH 2/2] fix min. version --- .craft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.craft.yml b/.craft.yml index b3892c999c6..2f559c259bc 100644 --- a/.craft.yml +++ b/.craft.yml @@ -1,4 +1,4 @@ -minVersion: "0.13.2" +minVersion: "0.18.0" github: owner: getsentry repo: sentry-java