diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf6603f..945dda3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -152,3 +152,4 @@ jobs: gh release edit "${RELEASE_TAG}" --repo "${GITHUB_REPOSITORY}" --title "${title}" --notes-file RELEASE_NOTES.md else gh release create "${RELEASE_TAG}" dist/* --repo "${GITHUB_REPOSITORY}" --title "${title}" --notes-file RELEASE_NOTES.md --verify-tag + fi