From eeff506b4517b5af5bedac17a2902c2a1872d2db Mon Sep 17 00:00:00 2001 From: fern-bot Date: Sun, 2 Feb 2025 14:50:17 -0500 Subject: [PATCH] pass fern check --- fern/pages/sdks/publish-sdk/publish-your-sdk.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fern/pages/sdks/publish-sdk/publish-your-sdk.mdx b/fern/pages/sdks/publish-sdk/publish-your-sdk.mdx index 46baa685c1c..2626975b933 100644 --- a/fern/pages/sdks/publish-sdk/publish-your-sdk.mdx +++ b/fern/pages/sdks/publish-sdk/publish-your-sdk.mdx @@ -189,6 +189,7 @@ This guide will walk you through how to publish public-facing SDKs through Fern. generators: - name: fernapi/fern-php-sdk version: 0.2.2 + ``` @@ -217,7 +218,7 @@ This guide will walk you through how to publish public-facing SDKs through Fern. repository: your-org/your-repository ``` - + @@ -294,5 +295,6 @@ This guide will walk you through how to publish public-facing SDKs through Fern. Once these actions are merged in, you can simply release your SDK by navigating to the actions tab: GitHub Page +