From 21d1d92d3d644d10a4da3e4c1c8087d1e0cb665b Mon Sep 17 00:00:00 2001 From: David Meister Date: Sat, 23 May 2026 08:30:42 +0000 Subject: [PATCH 1/2] ci: autopublish via rainix reusable workflow Thin caller of rainix-rs-autopublish (rainlanguage/rainix#178). Once that PR merges, every push to rain.erc main that changes the crate will tag + publish to crates.io automatically. Co-Authored-By: Claude Opus 4.7 --- .github/workflows/package-release.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/package-release.yaml diff --git a/.github/workflows/package-release.yaml b/.github/workflows/package-release.yaml new file mode 100644 index 0000000..8f9aaf9 --- /dev/null +++ b/.github/workflows/package-release.yaml @@ -0,0 +1,11 @@ +name: Package Release +on: + push: + branches: + - main +jobs: + release: + uses: rainlanguage/rainix/.github/workflows/rainix-rs-autopublish.yaml@main + with: + crate: rain-erc + secrets: inherit From 28d70d1d6ec102ab29a38191c2044db7d40aa6c6 Mon Sep 17 00:00:00 2001 From: David Meister Date: Sat, 23 May 2026 08:45:34 +0000 Subject: [PATCH 2/2] ci: use renamed rainix-autopublish.yaml --- .github/workflows/package-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package-release.yaml b/.github/workflows/package-release.yaml index 8f9aaf9..628786a 100644 --- a/.github/workflows/package-release.yaml +++ b/.github/workflows/package-release.yaml @@ -5,7 +5,7 @@ on: - main jobs: release: - uses: rainlanguage/rainix/.github/workflows/rainix-rs-autopublish.yaml@main + uses: rainlanguage/rainix/.github/workflows/rainix-autopublish.yaml@main with: crate: rain-erc secrets: inherit