Release v26.3.4-testing
All checks were successful
Release Plugin / release (push) Successful in 5s

This commit is contained in:
Michael Otto
2026-03-05 15:04:36 +01:00
parent 7920fb83f3
commit f01e90700b

View File

@@ -270,7 +270,7 @@ jobs:
PAYLOAD_B64=$(base64 -w0 repo/payload.json) PAYLOAD_B64=$(base64 -w0 repo/payload.json)
NAME="${{ steps.info.outputs.name }}" NAME="${{ steps.info.outputs.name }}"
TAG="$VERSION" TAG="${{ steps.releaseinfo.outputs.version }}"
JSON="{\"ref\":\"hidden/workflows\",\"inputs\":{\"payload\":\"$PAYLOAD_B64\",\"name\":\"$NAME\",\"tag\":\"$TAG\"}}" JSON="{\"ref\":\"hidden/workflows\",\"inputs\":{\"payload\":\"$PAYLOAD_B64\",\"name\":\"$NAME\",\"tag\":\"$TAG\"}}"