Skip to content

Commit

Permalink
ci(release-crates): the release branch is not fetched by default (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit authored Dec 14, 2024
1 parent 6865536 commit bf26d6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
$pr = $prRaw | ConvertFrom-Json
Write-Host "pr: $pr"
Write-Host "Fetch branch $($pr.head_branch)"
git fetch origin "$($pr.head_branch)"
Write-Host "Switch to branch $($pr.head_branch)"
git checkout "$($pr.head_branch)"
Expand Down

0 comments on commit bf26d6c

Please sign in to comment.