Skip to content

Commit 2a543da

Browse files
chore: upgrade to latest gen workflow and renable telemetry
1 parent a783326 commit 2a543da

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/generation.yml

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

88
jobs:
99
generate:
10-
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v7
10+
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v9
1111
with:
1212
speakeasy_version: latest
1313
openapi_doc_location: https://docs.speakeasyapi.dev/openapi.yaml

gen.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
management:
2-
openapi-checksum: 2bba3b8f9d211b02569b3f9aff0d34b4
3-
openapi-version: 0.3.0
4-
speakeasy-version: 1.2.0
2+
openapi-checksum: 2bba3b8f9d211b02569b3f9aff0d34b4
3+
openapi-version: 0.3.0
4+
speakeasy-version: 1.2.0
55
typescript:
6-
version: 1.2.0
7-
packagename: '@speakeasy-api/speakeasy-client-sdk-typescript'
8-
author: Speakeasy
9-
telemetryenabled: null
6+
version: 1.2.0
7+
packagename: "@speakeasy-api/speakeasy-client-sdk-typescript"
8+
author: Speakeasy
9+
telemetryenabled: true

0 commit comments

Comments
 (0)