Skip to content

Commit

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

0 comments on commit 72721c3

Please sign in to comment.