Skip to content

Commit

Permalink
fetch before checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed May 24, 2024
1 parent d6c7c57 commit 36828c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .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 fetch
git checkout main
git add ${{ steps.pathfinder.outputs.project_path }}
git commit -m"Update the changelog"
Expand Down

0 comments on commit 36828c5

Please sign in to comment.