Skip to content

Commit

Permalink
Update branching.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez authored Mar 5, 2024
1 parent 65816d1 commit 9f4e184
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/branching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
if [ "$major_version2" -gt "$major_version1" ]; then
echo "major_version_upgrade=true" >> $GITHUB_OUTPUT
git config --local user.email "${{ github.repository_owner }}@users.noreply.github.com"
git config --local user.name "GitHub Actions"
git checkout -b $version2
git push origin $version2
fi
- name: Checkout prod branch
Expand Down

0 comments on commit 9f4e184

Please sign in to comment.