Skip to content

Commit

Permalink
chore: fix path in release-please-config.json (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Dec 6, 2022
1 parent 568d4c0 commit 35da52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-analytics-admin/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"google/analytics/admin/gapic_version.py",
{
"type": "json",
"path": "samples/generated_samples/snippet_metadata_google.analytics.data.v1alpha.json",
"path": "samples/generated_samples/snippet_metadata_google.analytics.admin.v1alpha.json",
"jsonpath": "$.clientLibrary.version"
},
{
"type": "json",
"path": "samples/generated_samples/snippet_metadata_google.analytics.data.v1beta.json",
"path": "samples/generated_samples/snippet_metadata_google.analytics.admin.v1beta.json",
"jsonpath": "$.clientLibrary.version"
}
]
Expand Down

0 comments on commit 35da52a

Please sign in to comment.