Skip to content

Commit 5307e41

Browse files
committed
Inject version selectors
1 parent 608d0bf commit 5307e41

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,8 @@ jobs:
538538
with:
539539
name: coverage-report
540540
path: main/cov
541+
- name: Inject version selectors
542+
run: ./.selectors.sh
541543
- name: Inspect changes # for diagnostics only.
542544
run: git status && git diff
543545
- name: Push updates

.github/workflows/docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
with:
6363
name: internal-docs
6464
path: main/int
65+
- name: Inject version selectors
66+
run: ./.selectors.sh
6567
- name: Inspect changes # for diagnostics only.
6668
run: |
6769
git status

0 commit comments

Comments
 (0)