Skip to content

Commit

Permalink
chore: Release fix (#2187)
Browse files Browse the repository at this point in the history
Currently the release pipeline is failing. Yesterday the release PR got mergehttps://togithub.com//pull/2180 but it did not trigger the publish release. 

As per offline discussion with @sofisl , this should fix the issue temporarily.
  • Loading branch information
surbhigarg92 authored Nov 12, 2024
1 parent 97ed577 commit 1be3d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/release-trigger.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
enabled: true
multiScmName: nodejs-spanner
2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 1be3d5d

Please sign in to comment.