From 6c4507e49544c48a0d4ec15927f49a253adc0d32 Mon Sep 17 00:00:00 2001 From: hicccc77 <98377878+hicccc77@users.noreply.github.com> Date: Thu, 26 Mar 2026 20:33:18 +0800 Subject: [PATCH] fix(ci): remove invalid --no-fail-on-no-release flag from gh release edit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8220a3c..a5e1f2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -308,4 +308,4 @@ jobs: shell: bash run: | set -euo pipefail - gh release edit "$GITHUB_REF_NAME" --repo "$GITHUB_REPOSITORY" --latest --no-fail-on-no-release --draft=false --prerelease=false + gh release edit "$GITHUB_REF_NAME" --repo "$GITHUB_REPOSITORY" --latest --draft=false --prerelease=false