From 9c843edfeaa4c7ca57c958b542a40de9c5856002 Mon Sep 17 00:00:00 2001 From: Denys Smirnov Date: Mon, 14 Oct 2019 17:07:46 +0300 Subject: [PATCH] ci: disable snap publish for now --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index f403167c1..614046a26 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -49,7 +49,7 @@ changelog: - "^ci:" snapcrafts: - name: cayley - publish: true + publish: false # TODO(dennwc): enable build when the package is reviewed summary: Open-source graph inspired by Freebase and Google's Knowledge Graph. description: | Cayley is an open-source graph inspired by the graph database behind Freebase and Google's Knowledge Graph.