Skip to content

Commit

Permalink
Inject version selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Sep 29, 2024
1 parent 608d0bf commit 5307e41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ jobs:
with:
name: coverage-report
path: main/cov
- name: Inject version selectors
run: ./.selectors.sh
- name: Inspect changes # for diagnostics only.
run: git status && git diff
- name: Push updates
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
with:
name: internal-docs
path: main/int
- name: Inject version selectors
run: ./.selectors.sh
- name: Inspect changes # for diagnostics only.
run: |
git status
Expand Down

0 comments on commit 5307e41

Please sign in to comment.