Skip to content

Commit af87119

Browse files
committed
fix
1 parent 89cf354 commit af87119

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/breaking-changes.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: breakvalidator
2828
run: |
2929
set -e
30-
go run tools/cmd/breakvalidator generate > main.json
30+
go run ./tools/cmd/breakvalidator generate > main.json
3131
- name: Upload manifest
3232
uses: actions/upload-artifact@v4
3333
with:
@@ -55,5 +55,5 @@ jobs:
5555
- name: Run breaking changes validator
5656
run: |
5757
set -e
58-
go run tools/cmd/breakvalidator generate > changed.json
59-
go run tools/cmd/breakvalidator validate -m main.json -c changed.json
58+
go run ./tools/cmd/breakvalidator generate > changed.json
59+
go run ./tools/cmd/breakvalidator validate -m main.json -c changed.json

0 commit comments

Comments
 (0)