From b4c6d23dfb9f2c9cfa4fa1987dae1d9f0de13703 Mon Sep 17 00:00:00 2001 From: fujie Date: Sun, 8 Mar 2026 19:49:50 +0800 Subject: [PATCH] fix(ci): fix here-doc syntax error in release workflow --- .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 87b6a86..e4ed958 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -229,7 +229,7 @@ jobs: Path('changed_plugin_title.txt').write_text(selected['title'], encoding='utf-8') Path('changed_plugin_slug.txt').write_text(selected['slug'], encoding='utf-8') Path('changed_plugin_version.txt').write_text(selected['version'], encoding='utf-8') - PY +PY echo "changed_plugins<> $GITHUB_OUTPUT cat changed_files.txt >> $GITHUB_OUTPUT