From 2dbf3c5c04deedcff65483a0d249534d3ae3eca1 Mon Sep 17 00:00:00 2001 From: Stefan Hattrell <29941279+digorgonzola@users.noreply.github.com> Date: Tue, 23 Aug 2022 15:57:04 +1000 Subject: [PATCH 1/3] fix release action to use output of correct step --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e9b4287..c3c93911 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,4 +33,4 @@ jobs: uses: softprops/action-gh-release@v1 with: files: wheels/*.whl - body: ${{steps.github_release.outputs.changelog}} + body: ${{ steps.build_changelog.outputs.changelog }} From fb954b2ace95c9f08f4d592996f4f24b7dc86e45 Mon Sep 17 00:00:00 2001 From: Stefan Hattrell <29941279+digorgonzola@users.noreply.github.com> Date: Tue, 23 Aug 2022 15:57:22 +1000 Subject: [PATCH 2/3] add some stuff --- dummy_file.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dummy_file.txt b/dummy_file.txt index f60c4285..e6370a13 100644 --- a/dummy_file.txt +++ b/dummy_file.txt @@ -1 +1,2 @@ further changes +some changes \ No newline at end of file From 324aa0d0badf0a5e8cc73cb661aa253915d07c8b Mon Sep 17 00:00:00 2001 From: Stefan Hattrell <29941279+digorgonzola@users.noreply.github.com> Date: Tue, 23 Aug 2022 15:57:33 +1000 Subject: [PATCH 3/3] further stuff --- dummy_file.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dummy_file.txt b/dummy_file.txt index e6370a13..4be64413 100644 --- a/dummy_file.txt +++ b/dummy_file.txt @@ -1,2 +1,3 @@ further changes -some changes \ No newline at end of file +some changes +some more stuff \ No newline at end of file