well I tried

This commit is contained in:
Luke Hagar
2024-09-16 20:36:39 +00:00
parent 92730cbe24
commit 39a5a0dfb6
2 changed files with 0 additions and 3 deletions

View File

@@ -24,7 +24,6 @@ jobs:
mode: direct
set_version: ${{ github.event.inputs.set_version }}
speakeasy_version: latest
dotnet_version: 5.x
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nuget_api_key: ${{ secrets.NUGET_API_KEY }}

View File

@@ -14,8 +14,6 @@ permissions:
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v15
with:
dotnet_version: 8.x
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nuget_api_key: ${{ secrets.NUGET_API_KEY }}