From 61d12eaf663fbe0d2d86082ef06413e3c71beb08 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Mon, 16 Sep 2024 13:17:49 -0500 Subject: [PATCH] Update workflow.yaml --- .speakeasy/workflow.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml index 75adf5b..9287d8b 100644 --- a/.speakeasy/workflow.yaml +++ b/.speakeasy/workflow.yaml @@ -1,13 +1,17 @@ workflowVersion: 1.0.0 speakeasyVersion: latest sources: - plex-api: + plexapi: inputs: - - location: registry.speakeasyapi.dev/lukehagar/lukehagar/plex-api:main + - location: registry.speakeasyapi.dev/plexapi/plexapi/plexapi:main targets: plexcsharp: target: csharp - source: plex-api + source: plexapi publish: nuget: apiKey: $nuget_api_key + codeSamples: + output: codeSamples.yaml + registry: + location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-csharp-plexcsharp