From 51399218e4a02ffa12c9bcb530cf44c43dd7a14a Mon Sep 17 00:00:00 2001 From: skudasov Date: Wed, 18 Sep 2024 13:06:47 +0200 Subject: [PATCH] change the pipeline --- .github/workflows/rc-breaking-changes.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/rc-breaking-changes.yaml b/.github/workflows/rc-breaking-changes.yaml index 6b49c7bac..b95cdd900 100644 --- a/.github/workflows/rc-breaking-changes.yaml +++ b/.github/workflows/rc-breaking-changes.yaml @@ -23,5 +23,4 @@ jobs: go install golang.org/x/exp/cmd/gorelease@latest - name: Run Breaking Changes Script run: | - chmod +x ./scripts/breaking-changes.sh - ./scripts/breaking-changes.sh \ No newline at end of file + go run ./tools/breakingchanges/cmd/main.go --ignore tools \ No newline at end of file