Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaComito committed Nov 22, 2023
1 parent e806ba5 commit b5d69a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge-release-changes-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
git config --global user.email '[email protected]@users.noreply.github.com'
git add heat/core/version.py
git commit -m "Update version.py"
git pull origin main
git push origin ${{ env.working_branch }}
- name: Create a pull request
uses: peter-evans/create-pull-request@v5
Expand Down

0 comments on commit b5d69a2

Please sign in to comment.