release: CEREMONY_SELF_REF 0.1.0 -> 0.2.0 in both carriers

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
claude-bot-andresmgsl 2026-07-24 11:22:48 +00:00
parent 15a33a6300
commit 682b9cb892
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: