1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Fix github actions workflow

This commit is contained in:
Raymond Hill 2023-11-05 19:26:02 -05:00
parent c3e62784fb
commit 284bf060d0
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -33,7 +33,7 @@ jobs:
- name: Assemble release notes
run: |
> release.body.txt
grep -m1 -B10000 "----------" CHANGELOG.md >> release.body.txt
grep -m1 -B10000 -- "----------" CHANGELOG.md >> release.body.txt
sed -e 's/%version%/${{ steps.release_info.outputs.VERSION }}/g' RELEASE.HEAD.md >> release.body.txt
- name: Create GitHub release
id: create_release