Skip to content

Release Ding library #4

Release Ding library

Release Ding library #4

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
force: ${{ github.event.inputs.force }}

Check failure on line 20 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / Release Ding library

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 20, Col: 14): Invalid input, force is not defined in the referenced workflow. .github/workflows/publish.yml (Line: 21, Col: 18): Invalid input, languages is not defined in the referenced workflow.
languages: |
- csharp
mode: direct
openapi_docs: |
- https://raw.githubusercontent.com/ding-live/openapi/main/ding.yaml
speakeasy_version: latest
secrets:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
speakeasy_api_key: ${{ secrets.SPEAKEASY_API_KEY }}
nuget_api_key: ${{ secrets.NUGET_API_KEY }}