Skip to content

Commit a089633

Browse files
authored
Merge pull request #18 from Gusto/ar/fix-publish-workflow
Fixes publishing job
2 parents 15ff268 + d9b98a4 commit a089633

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.speakeasy/workflow.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ targets:
3535
target: typescript
3636
source: GustoEmbedded-local
3737
output: ./gusto_embedded
38+
# Maybe a bug in speakeay's tool, but the publishing GH action
39+
# doesn't work unless all targets have a configured publish section.
40+
publish:
41+
npm:
42+
token: ''
3843
codeSamples:
3944
registry:
4045
location: registry.speakeasyapi.dev/gusto/ruby-sdk/gusto-embedded-oas-typescript-code-samples

0 commit comments

Comments
 (0)