Update workflow.yaml

This commit is contained in:
Luke Hagar
2024-09-16 13:15:07 -05:00
committed by GitHub
parent 5585a18ab9
commit 2c1cfa8b8d

View File

@@ -1,13 +1,13 @@
workflowVersion: 1.0.0 workflowVersion: 1.0.0
speakeasyVersion: latest speakeasyVersion: latest
sources: sources:
my-source: plexapi:
inputs: inputs:
- location: registry.speakeasyapi.dev/lukehagar/lukehagar/plex-api:main - location: registry.speakeasyapi.dev/plexapi/plexapi/plexapi:main
targets: targets:
plexjava: plexjava:
target: java target: java
source: my-source source: plexapi
publish: publish:
java: java:
ossrhUsername: J4dlHj0l ossrhUsername: J4dlHj0l
@@ -17,4 +17,4 @@ targets:
codeSamples: codeSamples:
output: codeSamples.yaml output: codeSamples.yaml
registry: registry:
location: registry.speakeasyapi.dev/lukehagar/lukehagar/code-samples-java-plexjava location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-java-plexjava