From 513bc2fae1d86317895d95ac5d8516abab9fec50 Mon Sep 17 00:00:00 2001 From: baku-ccron Date: Fri, 21 Aug 2026 05:44:56 +0000 Subject: [PATCH] ci: drop snapshot-generate-cmd from package-release rainlanguage/rainix#343 removes the `snapshot-generate-cmd` input from `rainix-tag-release` entirely. This workflow references that reusable at `@main` and passes the input explicitly, so the moment #343 merges every `sol-v*` tag here fails with an unexpected-input error and publishes nothing. Dropping the line now is a no-op: the value passed here is byte-identical to the input's current default on rainix `main`, so the release runs the same command before and after this commit. That makes the two merges safe in either order. Refs rainlanguage/rainix#344 Co-Authored-By: Claude Fable 5 --- .github/workflows/package-release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/package-release.yaml b/.github/workflows/package-release.yaml index bf2a944..597d98f 100644 --- a/.github/workflows/package-release.yaml +++ b/.github/workflows/package-release.yaml @@ -9,5 +9,4 @@ jobs: uses: rainlanguage/rainix/.github/workflows/rainix-tag-release.yaml@main with: soldeer-package: rain-factory-deploy - snapshot-generate-cmd: forge script ./script/Build.sol --sig "cutRelease()" && forge fmt secrets: inherit