mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Merge pull request #364 from tsuiyuenhong/main
This commit is contained in:
commit
b5d463578a
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -17,7 +17,6 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build release notes
|
- name: Build release notes
|
||||||
working-directory: frontend/app_flowy
|
|
||||||
run: |
|
run: |
|
||||||
touch ${{ env.RELEASE_NOTES_PATH }}
|
touch ${{ env.RELEASE_NOTES_PATH }}
|
||||||
cat CHANGELOG.md | sed -e '/./{H;$!d;}' -e "x;/##\ Version\ ${{ github.ref_name }}/"'!d;' >> ${{ env.RELEASE_NOTES_PATH }}
|
cat CHANGELOG.md | sed -e '/./{H;$!d;}' -e "x;/##\ Version\ ${{ github.ref_name }}/"'!d;' >> ${{ env.RELEASE_NOTES_PATH }}
|
||||||
|
Loading…
Reference in New Issue
Block a user