Skip to content

Commit

Permalink
fix branch checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed May 24, 2024
1 parent 6ff5011 commit d6c7c57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI_pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git checkout main
git add ${{ steps.pathfinder.outputs.project_path }}
git commit -m"Update the changelog"
git push
git push origin main

0 comments on commit d6c7c57

Please sign in to comment.