From 682b9cb8929aa8c50a3101b64ca57fee7b09fef1 Mon Sep 17 00:00:00 2001 From: claude-bot-andresmgsl Date: Fri, 24 Jul 2026 11:22:48 +0000 Subject: [PATCH] release: CEREMONY_SELF_REF 0.1.0 -> 0.2.0 in both carriers Co-Authored-By: Claude Fable 5 --- .github/workflows/labels.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 0c69c8a..0cea584 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -24,7 +24,7 @@ on: env: # A called workflow arrives without its repository. Keep this literal pin # aligned with the ceremony release consumed by callers (issue #9 D3). - CEREMONY_SELF_REF: "0.1.0" + CEREMONY_SELF_REF: "0.2.0" jobs: scope: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac2cfc7..4456c63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -129,7 +129,7 @@ env: # `ref:` accepts ${{ env }}; `uses:` strings do not — which is why the # shared logic arrives as script files via checkout, not as inner `uses:` # references. - CEREMONY_SELF_REF: "0.1.0" + CEREMONY_SELF_REF: "0.2.0" VERSION_SOURCE: ${{ inputs.version-source }} jobs: