mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix github actions workflow
This commit is contained in:
parent
c3e62784fb
commit
284bf060d0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue