Skip to content

Commit b08634d

Browse files
committed
Polish CI setup for milestones and RCs
1 parent 1af8e3a commit b08634d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ jobs:
224224
RELEASE_TYPE: M
225225
GITHUB_USERNAME: ((github-username))
226226
GITHUB_TOKEN: ((github-ci-release-token))
227+
vars:
228+
<<: *registry-mirror-vars
227229
- put: github-pre-release
228230
params:
229231
name: generated-changelog/tag
@@ -271,6 +273,8 @@ jobs:
271273
RELEASE_TYPE: RC
272274
GITHUB_USERNAME: ((github-username))
273275
GITHUB_TOKEN: ((github-ci-release-token))
276+
vars:
277+
<<: *registry-mirror-vars
274278
- put: github-pre-release
275279
params:
276280
name: generated-changelog/tag

0 commit comments

Comments
 (0)