Skip to content

Commit bd1a0a2

Browse files
authored
fix: publish_csharp (PR#8)
2 parents 922ad92 + d110d0a commit bd1a0a2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/sdk_generation.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
force: ${{ github.event.inputs.force }}
1616
mode: pr
1717
speakeasy_version: latest
18+
publish_csharp: true
1819
secrets:
1920
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2021
nuget_api_key: ${{ secrets.NUGET_API_KEY }}

.github/workflows/sdk_publish.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ permissions:
66
statuses: write
77
on:
88
workflow_dispatch:
9-
9+
push:
10+
branches:
11+
- main
12+
paths:
13+
- RELEASES.md
1014
jobs:
1115
publish:
1216
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
13-
with:
14-
publish_csharp: true
1517
secrets:
1618
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1719
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}

0 commit comments

Comments
 (0)