v6
All checks were successful
Release Plugin / release (push) Successful in 4s

This commit is contained in:
Michael Otto
2026-03-18 13:13:11 +01:00
parent da7edb8904
commit 443c474415

View File

@@ -115,6 +115,7 @@ jobs:
- name: Repository aktualisieren
run: |
NAME="${GITHUB_REPOSITORY##*/}"
TAG="${{ steps.releaseinfo.outputs.version }}"-"${{ steps.releaseinfo.outputs.channel }}"
JSON="{\"ref\":\"hidden/workflows\",\"inputs\":{\"payload\":\"$PAYLOAD_B64\",\"name\":\"$NAME\",\"tag\":\"$TAG\"}}"
@@ -128,4 +129,3 @@ jobs:
OWNER: "AG_QGIS"
WORKFLOW: "release.yaml"
PAYLOAD_B64: $(base64 -w0 repo/payload.json)
NAME: "${GITHUB_REPOSITORY##*/}"