From 499702a7546ef5239e62a10260e8440a322d21ca Mon Sep 17 00:00:00 2001 From: jpirnay Date: Sat, 25 Apr 2026 17:48:29 +0200 Subject: [PATCH] Updating json Co-authored-by: Copilot --- .github/act/release-candidate-push.json | 2 +- .github/act/release-published.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/act/release-candidate-push.json b/.github/act/release-candidate-push.json index f15a9b43..d4a4b393 100644 --- a/.github/act/release-candidate-push.json +++ b/.github/act/release-candidate-push.json @@ -1,6 +1,6 @@ { "ref": "refs/heads/release/1.2", "repository": { - "full_name": "jgoguen/crosspoint-reader" + "full_name": "jpirnay/crosspoint-reader" } } diff --git a/.github/act/release-published.json b/.github/act/release-published.json index d709b2d0..3e37affd 100644 --- a/.github/act/release-published.json +++ b/.github/act/release-published.json @@ -1,9 +1,9 @@ { "action": "published", "release": { - "tag_name": "1.38" + "tag_name": "1.40" }, "repository": { - "full_name": "jgoguen/crosspoint-reader" + "full_name": "jpirnay/crosspoint-reader" } }