release: 0.3.0 #165

Closed
claude-bot-andresmgsl wants to merge 4 commits from build/160-release-0-3-0 into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5f0686b395 - Show all commits

View file

@ -25,7 +25,7 @@ on:
env: env:
# A called workflow arrives without its repository. Keep this literal pin # A called workflow arrives without its repository. Keep this literal pin
# aligned with the ceremony release consumed by callers (issue #9 D3). # aligned with the ceremony release consumed by callers (issue #9 D3).
CEREMONY_SELF_REF: "0.2.0" CEREMONY_SELF_REF: "0.3.0"
jobs: jobs:
scope: scope:

View file

@ -129,7 +129,7 @@ env:
# `ref:` accepts ${{ env }}; `uses:` strings do not — which is why the # `ref:` accepts ${{ env }}; `uses:` strings do not — which is why the
# shared logic arrives as script files via checkout, not as inner `uses:` # shared logic arrives as script files via checkout, not as inner `uses:`
# references. # references.
CEREMONY_SELF_REF: "0.2.0" CEREMONY_SELF_REF: "0.3.0"
VERSION_SOURCE: ${{ inputs.version-source }} VERSION_SOURCE: ${{ inputs.version-source }}
jobs: jobs: