From a9591527deaa7fa9db1a47a2ce4b4dd1ddd789e7 Mon Sep 17 00:00:00 2001 From: Justin Thompson <37157877+J-Thompson12@users.noreply.github.com> Date: Thu, 6 May 2021 15:17:22 -0600 Subject: [PATCH] fix repo name (#109) Co-authored-by: Justin thompson --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f08b1acaf0..5ac1b98a51 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: - name: Generate release notes run: | echo 'CHANGELOG' > /tmp/release.txt - github-release-notes -org weaveworks -repo toolkit -since-latest-release -include-author >> /tmp/release.txt + github-release-notes -org weaveworks -repo weave-gitops -since-latest-release -include-author >> /tmp/release.txt env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Run GoReleaser