[ci] Fix release creation

This commit is contained in:
Nemo 2022-05-02 11:46:29 +05:30
parent ea5571bc8f
commit 1f27d020e9
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \
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 -