Release v1
Some checks failed
Release Plugin / release (push) Failing after 5s

This commit is contained in:
Michael Otto
2026-03-05 11:49:37 +01:00
parent e7f1e7e47c
commit eeb4dc68b2

View File

@@ -103,7 +103,14 @@ jobs:
run: |
cd repo
# ------------------------ GEÄNDERT ------------------------
# Temporär die Vorlage aus dem hidden/templates Branch holen
git fetch origin hidden/templates
git checkout origin/hidden/templates -- templates/metadata.template
TEMPLATE="templates/metadata.template"
# -----------------------------------------------------------
# TEMPLATE="templates/metadata.template"
OUT="metadata.txt"
CONTENT=$(cat "$TEMPLATE")