Skip to content

Commit 4f5ea9b

Browse files
committed
fix
1 parent fee1184 commit 4f5ea9b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/breaking-changes.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ jobs:
2727
id: breakvalidator
2828
run: |
2929
set -e
30-
{
31-
echo "JSON<<EOF"
32-
go run tools/cmd/breakvalidator/main.go generate
33-
echo "EOF"
34-
} > main.json
30+
go run tools/cmd/breakvalidator/main.go generate > main.json
3531
- name: Upload manifest
3632
uses: actions/upload-artifact@v4
3733
with:

0 commit comments

Comments
 (0)