fix(release): correct indentation in Python script for plugin metadata extraction

This commit is contained in:
fujie
2026-03-08 20:03:16 +08:00
parent ef86a2c3c4
commit 9bf31488ae

View File

@@ -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<<EOF" >> $GITHUB_OUTPUT
cat changed_files.txt >> $GITHUB_OUTPUT
@@ -515,7 +515,7 @@ PY
📚 [Documentation](https://fu-jie.github.io/openwebui-extensions/)
🐛 [Report Issues](https://github.com/Fu-Jie/openwebui-extensions/issues)
EOF
EOF
echo "=== Release Notes ==="
cat release_notes.md