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. +