From 1f27d020e941d808bc075da3dc03ffc40c447d60 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 2 May 2022 11:46:29 +0530 Subject: [PATCH] [ci] Fix release creation --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index e591abd..8e28c1b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -24,4 +24,4 @@ jobs: status_options: '--untracked-files=no' tagging_message: "v${{ steps.update_data.outputs.version }}" - name: Create Release - run: gh release create "v${{ steps.update_data.outputs.version }}" --notes "v${{steps.update_data.outputs.version}}" *.csv && \ \ No newline at end of file + run: git diff --ignore-all-space -U0 HEAD^ *.csv|egrep -oe '^([+-]IN\w{10})' | gh release create "v${{ steps.update_data.outputs.version }}" --notes-file - \ No newline at end of file