We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8484d14 commit d110d0aCopy full SHA for d110d0a
.github/workflows/sdk_generation.yaml
@@ -15,6 +15,7 @@ jobs:
15
force: ${{ github.event.inputs.force }}
16
mode: pr
17
speakeasy_version: latest
18
+ publish_csharp: true
19
secrets:
20
github_access_token: ${{ secrets.GITHUB_TOKEN }}
21
nuget_api_key: ${{ secrets.NUGET_API_KEY }}
.github/workflows/sdk_publish.yaml
@@ -6,12 +6,14 @@ permissions:
6
statuses: write
7
on:
8
workflow_dispatch:
9
-
+ push:
10
+ branches:
11
+ - main
12
+ paths:
13
+ - RELEASES.md
14
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
- with:
- publish_csharp: true
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
0 commit comments