From 14017ed4ade368c1f739261e9d9ae49430aa2f69 Mon Sep 17 00:00:00 2001 From: Jess Sullivan Date: Wed, 29 Apr 2026 01:39:50 -0400 Subject: [PATCH] ci: pin idempotent package publish template --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 47b7fc1..9ee79c4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ permissions: packages: write jobs: package: - uses: tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml@82308d060a1a6051058659ac2d4f2edb5d6be9fe + uses: tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml@f23f67b00ed39f439aa3a18a21d343460f10a8c0 with: runner_mode: shared shared_runner_labels_json: ${{ vars.PRIMARY_LINUX_RUNNER_LABELS_JSON }}