From 7099af20929ad003968e7fc9e47a4fe745984fbb Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Wed, 15 Dec 2021 19:59:17 +0100 Subject: [PATCH] fix: goreleaser config See https://github.com/goreleaser/goreleaser/issues/2762 --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index b62c44e18f7..650f2f330d6 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -18,5 +18,5 @@ after: hooks: - cmd: "bash <(curl -s https://raw.githubusercontent.com/ory/xgoreleaser/master/docs.sh)" env: - TAG_VERSION: "{{ .Tag }}" - DOCS_VERSION: "{{ .Major }}.{{ .Minor }}" + - "TAG_VERSION={{ .Tag }}" + - "DOCS_VERSION={{ .Major }}.{{ .Minor }}"