From 8a6b8b0df7c6a62908a0e151bd1cad3cb686fe09 Mon Sep 17 00:00:00 2001 From: Theo Gravity Date: Sun, 23 Aug 2026 00:48:55 -0700 Subject: [PATCH] ci: pin monorel release action to v1.0.2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 233703b..ddc819f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: cache: true cache-dependency-path: '**/go.sum' - - uses: disaresta-org/monorel/ci/github@v1.0.0 + - uses: disaresta-org/monorel/ci/github@v1.0.2 deploy-docs: # Only deploy docs on the release-PR merge commit, not on every