Skip to content

Commit

Permalink
fix: release workflow clean changes after creating PR
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejVukosav committed Jan 30, 2025
1 parent 1ef9d3c commit efacace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ jobs:
if [ "${release_required}" == "true" ]; then
echo "Updating installation script for ${binary}, version: ${version}"
git checkout master
target_branch="chore/bump-${binary}-installation-script-to-v${version}"
git fetch origin "${target_branch}" || true
git checkout "${target_branch}" || git checkout -b "${target_branch}"
Expand Down

0 comments on commit efacace

Please sign in to comment.