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