fix(release): correct indentation in Python script for plugin metadata extraction
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -229,7 +229,7 @@ jobs:
|
|||||||
Path('changed_plugin_title.txt').write_text(selected['title'], encoding='utf-8')
|
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_slug.txt').write_text(selected['slug'], encoding='utf-8')
|
||||||
Path('changed_plugin_version.txt').write_text(selected['version'], encoding='utf-8')
|
Path('changed_plugin_version.txt').write_text(selected['version'], encoding='utf-8')
|
||||||
PY
|
PY
|
||||||
|
|
||||||
echo "changed_plugins<<EOF" >> $GITHUB_OUTPUT
|
echo "changed_plugins<<EOF" >> $GITHUB_OUTPUT
|
||||||
cat changed_files.txt >> $GITHUB_OUTPUT
|
cat changed_files.txt >> $GITHUB_OUTPUT
|
||||||
@@ -515,7 +515,7 @@ PY
|
|||||||
|
|
||||||
📚 [Documentation](https://fu-jie.github.io/openwebui-extensions/)
|
📚 [Documentation](https://fu-jie.github.io/openwebui-extensions/)
|
||||||
🐛 [Report Issues](https://github.com/Fu-Jie/openwebui-extensions/issues)
|
🐛 [Report Issues](https://github.com/Fu-Jie/openwebui-extensions/issues)
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
echo "=== Release Notes ==="
|
echo "=== Release Notes ==="
|
||||||
cat release_notes.md
|
cat release_notes.md
|
||||||
|
|||||||
Reference in New Issue
Block a user