Skip to content

Commit d08725f

Browse files
authored
chore: reverting PRs 1,2,3 (PR#4)
2 parents 7168844 + fa0d729 commit d08725f

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

.github/workflows/sdk_generation.yaml renamed to .github/workflows/generation.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ on:
1212

1313
jobs:
1414
generate:
15-
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
15+
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14
1616
with:
17-
force: ${{ github.event.inputs.force }}
18-
mode: pr
1917
speakeasy_version: latest
18+
openapi_doc_location: https://docs.speakeasyapi.dev/openapi.yaml
19+
languages: |-
20+
- csharp
21+
publish_csharp: true
22+
force: ${{ github.event.inputs.force }}
23+
create_release: true
2024
secrets:
2125
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2226
nuget_api_key: ${{ secrets.NUGET_API_KEY }}

.github/workflows/sdk_publish.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)