Skip to content

Commit 07da2be

Browse files
committed
print API changes breaking action
1 parent 9fc1a5e commit 07da2be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/breaking.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: test -e ~/go/bin/gorelease || go install golang.org/x/exp/cmd/gorelease@latest
2626
- name: Check broken API changes
2727
run: gorelease -base=$GITHUB_BASE_REF 2>&1 > changes.txt | true
28+
- name: Print API changes
29+
run: cat changes.txt
2830
- name: Comment Report
2931
if: always()
3032
uses: marocchino/sticky-pull-request-comment@v2

0 commit comments

Comments
 (0)