Skip to content

Release Ding library #5

Release Ding library

Release Ding library #5

Workflow file for this run

name: Release Ding library
"on":
workflow_dispatch:
inputs:
force:
description: Force publication of SDK
type: boolean
default: false
push:
paths:
- ./RELEASES.md
branches:
- main
jobs:
publish:
uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-publish.yaml@v14
with:
create_release: true
publish_csharp: true
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
nuget_api_key: ${{ secrets.NUGET_API_KEY }}