Skip to content

Commit 9dbd562

Browse files
authored
Merge pull request #257 from anoma/update-ci
ci: improve client generation
2 parents fa122f7 + 5ce13a9 commit 9dbd562

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/scripts/update-package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
configuration = {
77
"npmName": "@namada/indexer-client",
8-
"npmVersion": package_version
8+
"npmVersion": package_version,
9+
"httpUserAgent": ""
910
}
1011

1112
with open("swagger-codegen.json", 'w+', encoding='utf-8') as f:

0 commit comments

Comments
 (0)