From e9806af8ee84fa629f9c4d90ac624ff6fa8e13de Mon Sep 17 00:00:00 2001 From: Arina Gazhina Date: Tue, 27 Jan 2026 16:48:34 +0300 Subject: [PATCH] fix(kmp): remove storybook publish --- .github/workflows/publish-kmp.yaml | 1 - .../kotlin/com/atls/hyperion/ui/components/button/Layout.kt | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/publish-kmp.yaml b/.github/workflows/publish-kmp.yaml index 1cbf46e30..ffa5f38cb 100644 --- a/.github/workflows/publish-kmp.yaml +++ b/.github/workflows/publish-kmp.yaml @@ -21,5 +21,4 @@ jobs: workingDirectory: mobile/kmp githubToken: ${{ secrets.GITHUB_TOKEN }} gradleArguments: > - :storybook:publishAllPublicationsToGitHubPackagesRepository :ui:publishAllPublicationsToGitHubPackagesRepository diff --git a/mobile/kmp/ui/src/commonMain/kotlin/com/atls/hyperion/ui/components/button/Layout.kt b/mobile/kmp/ui/src/commonMain/kotlin/com/atls/hyperion/ui/components/button/Layout.kt index 41fa737b8..3077aaab7 100644 --- a/mobile/kmp/ui/src/commonMain/kotlin/com/atls/hyperion/ui/components/button/Layout.kt +++ b/mobile/kmp/ui/src/commonMain/kotlin/com/atls/hyperion/ui/components/button/Layout.kt @@ -106,4 +106,3 @@ fun ButtonLayout( } } } -