fix: create release regardless of run (#3256)

This commit is contained in:
Alex Wallen 2023-08-22 14:00:01 -07:00 committed by GitHub
parent ea37128359
commit 773b09c2f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: