From 6dc2b05616c38a0cc51f6c4ec1c882be762e5ee2 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 18 May 2022 16:57:36 +0200 Subject: [PATCH] Fix GitHub changelog generation in CI pipeline There were missing variables in the task. --- ci/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index c82d9029..4e583986 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -293,6 +293,8 @@ jobs: RELEASE_TYPE: RELEASE GITHUB_USERNAME: ((github-username)) GITHUB_TOKEN: ((github-ci-release-token)) + vars: + <<: *registry-mirror-vars - put: github-release params: name: generated-changelog/tag