mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: create release regardless of run (#3256)
This commit is contained in:
parent
ea37128359
commit
773b09c2f7
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -26,7 +26,6 @@ jobs:
|
||||
cat CHANGELOG.md | sed -e '/./{H;$!d;}' -e "x;/##\ Version\ ${{ github.ref_name }}/"'!d;' >> ${{ env.RELEASE_NOTES_PATH }}
|
||||
|
||||
- name: Create release
|
||||
if: github.run_number == 1
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user