From 1be3d5d85fc8c0f930e30b71ae81ffe052af2d35 Mon Sep 17 00:00:00 2001 From: surbhigarg92 Date: Tue, 12 Nov 2024 11:42:19 +0530 Subject: [PATCH] chore: Release fix (#2187) Currently the release pipeline is failing. Yesterday the release PR got mergehttps://togithub.com/googleapis/nodejs-spanner/pull/2180 but it did not trigger the publish release. As per offline discussion with @sofisl , this should fix the issue temporarily. --- .github/release-trigger.yml | 1 + owlbot.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/release-trigger.yml b/.github/release-trigger.yml index d4ca94189..cdb1ea185 100644 --- a/.github/release-trigger.yml +++ b/.github/release-trigger.yml @@ -1 +1,2 @@ enabled: true +multiScmName: nodejs-spanner diff --git a/owlbot.py b/owlbot.py index d3f2ea272..cf7c6d663 100644 --- a/owlbot.py +++ b/owlbot.py @@ -64,7 +64,7 @@ common_templates = gcp.CommonTemplates() templates = common_templates.node_library(source_location='build/src') -s.copy(templates, excludes=[".kokoro/samples-test.sh"]) +s.copy(templates, excludes=[".kokoro/samples-test.sh",".github/release-trigger.yml"]) node.postprocess_gapic_library_hermetic()