Skip to content

Commit 6dc2b05

Browse files
committed
Fix GitHub changelog generation in CI pipeline
There were missing variables in the task.
1 parent 11480da commit 6dc2b05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ jobs:
293293
RELEASE_TYPE: RELEASE
294294
GITHUB_USERNAME: ((github-username))
295295
GITHUB_TOKEN: ((github-ci-release-token))
296+
vars:
297+
<<: *registry-mirror-vars
296298
- put: github-release
297299
params:
298300
name: generated-changelog/tag

0 commit comments

Comments
 (0)