From 9008a2cd96a5bbf65f1febbbc55e2f225f30bb47 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sat, 13 Jul 2024 14:01:19 -0300 Subject: [PATCH] fix: snap Signed-off-by: Carlos Alexandro Becker --- goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/goreleaser.yml b/goreleaser.yml index a4dba66..c6a5651 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -4,6 +4,7 @@ variables: homepage: https://github.com/caarlos0/timer repository: https://github.com/caarlos0/timer description: Timer is like sleep, but reports progress. + includes: - from_url: url: https://raw.githubusercontent.com/caarlos0/.goreleaserfiles/main/build.yml @@ -22,6 +23,7 @@ furies: snapcrafts: - publish: true summary: "{{.Var.description}}" + description: "{{.Var.description}}" grade: stable license: MIT confinement: strict