From 19ee7ef46239c34ec86751d465789f4950643cad Mon Sep 17 00:00:00 2001 From: David Meister Date: Thu, 13 Aug 2026 11:55:21 +0000 Subject: [PATCH] Drop snapshot-generate-cmd: rainix owns the release freeze --- .github/workflows/package-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package-release.yaml b/.github/workflows/package-release.yaml index c6711c2d..5a51ffe4 100644 --- a/.github/workflows/package-release.yaml +++ b/.github/workflows/package-release.yaml @@ -20,13 +20,13 @@ jobs: # moves only at release, in lockstep with the frozen snapshot the tag cuts. # This is the counterpart to library repos, which use rainix-autopublish and # bump a next-version slot on every merge. Mirrors the rain.factory.deploy - # caller. `cut-release.sh` freezes `src/generated/candidate/` into - # `src/generated//` (see the script) then regenerates the libs. + # caller. The freeze itself — regenerate `src/generated/candidate/`, format, + # then copy it to `src/generated//` — is `rainix-static cut-release` + # inside the reusable, so this caller supplies no command for it. uses: rainlanguage/rainix/.github/workflows/rainix-tag-release.yaml@main with: soldeer-package: st0x-deploy tag-prefix: sol-v - snapshot-generate-cmd: bash script/cut-release.sh # Secrets passed explicitly (not `inherit`), mirroring this repo's other # cross-org rainix callers — exactly the set rainix-tag-release declares. The # RPC_URL_*_FORK secrets are what its verify step forks with; omitting them