diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f0deead1..e00ea1f7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: - name: Generate release notes run: | echo 'CHANGELOG' > /tmp/release.txt - github-release-notes -org fluxcd -repo toolkit -since-latest-release >> /tmp/release.txt + github-release-notes -org fluxcd -repo toolkit >> /tmp/release.txt - name: Run GoReleaser uses: goreleaser/goreleaser-action@v1 with: