From a4369c999a80dabe66665b78284464e52dd5327d Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Mon, 16 Sep 2024 13:14:07 -0500 Subject: [PATCH] Update workflow.yaml --- .speakeasy/workflow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.speakeasy/workflow.yaml b/.speakeasy/workflow.yaml index 1666a456..84ccaa98 100644 --- a/.speakeasy/workflow.yaml +++ b/.speakeasy/workflow.yaml @@ -1,13 +1,13 @@ workflowVersion: 1.0.0 speakeasyVersion: latest sources: - my-source: + plexapi: inputs: - - location: registry.speakeasyapi.dev/plexapi/plexapi/plex-api:main + - location: registry.speakeasyapi.dev/plexapi/plexapi/plexapi:main targets: plexjs: target: typescript - source: my-source + source: plexapi publish: npm: token: $npm_token