Skip to content

Commit

Permalink
git pull in bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler committed Oct 16, 2024
1 parent bc3c430 commit 95cb340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
# checkout the src branch
git fetch --all
git checkout ${{ github.event.inputs.src }}
git pull
# check the source branch (e.g. staging) is up-to-date with the dest branch (e.g. main)
if [ "$(git rev-list --count HEAD..origin/${{ github.event.inputs.dest }})" -ne "0" ]; then
Expand Down

0 comments on commit 95cb340

Please sign in to comment.