From b28ecea7b9cdcba79556788cb8621138aa5f97e3 Mon Sep 17 00:00:00 2001 From: Peter Kulko <93188219+PKulkoRaccoonGang@users.noreply.github.com> Date: Thu, 7 Dec 2023 21:40:43 +0200 Subject: [PATCH] build: remove semantic release preview step (#2871) * refactor: removed semantic release version preview * refactor: refactoring after review * feat: added md refactoring * fix: try to fix semantic release preview * build: remove semantic release preview ci step --------- Co-authored-by: Viktor Rusakov --- .github/workflows/ci.yml | 9 --------- src/ActionRow/README.md | 6 ++++-- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eeaa4d1db4..c91783a4a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,12 +33,3 @@ jobs: run: npm run build-docs - name: Coverage uses: codecov/codecov-action@v3 - - name: Extract branch name - shell: bash - run: echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_OUTPUT - id: extract_branch - - name: Preview semantic-release version - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }} - run: npx semantic-release --dry-run --branches=${{ steps.extract_branch.outputs.branch}} diff --git a/src/ActionRow/README.md b/src/ActionRow/README.md index 4420a00b32..7ad955b1e7 100644 --- a/src/ActionRow/README.md +++ b/src/ActionRow/README.md @@ -17,6 +17,7 @@ A layout utility for the common use case of aligning buttons, links or text in a row in a control bar or nav. ActionRow assumes that its last child is the primary action and lays out actions so that the last item is in a primary location. If horizontal, the primary action sits on the right. If stacked, the primary action sits at the top of the stack (this is done via `flex-direction: column-reverse;`). + ## Basic Usage ```jsx live @@ -36,7 +37,9 @@ ActionRow can also be used with a helper component ``ActionRow.Spacer`` to inser ```jsx live - Don't ask me again. + + Don't ask me again. +