Skip to content

Commit 4e3f1fa

Browse files
authored
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.
1 parent b66e531 commit 4e3f1fa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
enabled: true
2+
multiScmName: nodejs-spanner

handwritten/spanner/owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
common_templates = gcp.CommonTemplates()
6666
templates = common_templates.node_library(source_location='build/src')
67-
s.copy(templates, excludes=[".kokoro/samples-test.sh"])
67+
s.copy(templates, excludes=[".kokoro/samples-test.sh",".github/release-trigger.yml"])
6868

6969
node.postprocess_gapic_library_hermetic()
7070

0 commit comments

Comments
 (0)