Skip to content

Commit

Permalink
ci: add missing checkout step (#13227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored Feb 12, 2025
1 parent af12ac0 commit ce92b62
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Preview release

on:
pull_request:
branches: [main]
types: [labeled]

concurrency:
Expand Down Expand Up @@ -38,14 +37,8 @@ jobs:
- name: Disable git crlf
run: git config --global core.autocrlf false

# - name: Extract base branch from .changeset/config.json
# id: getBaseBranch
# run: |
# baseBranch=$(jq -r '.baseBranch' .changeset/config.json)
# echo "baseBranch=${baseBranch}" >> $GITHUB_OUTPUT
#
# - run: git fetch origin ${{ steps.getBaseBranch.outputs.baseBranch }}:${{ steps.getBaseBranch.outputs.baseBranch }}

- uses: actions/checkout@v4

- name: Setup PNPM
uses: pnpm/action-setup@v3

Expand Down

0 comments on commit ce92b62

Please sign in to comment.