Skip to content

Commit

Permalink
Update pr-version-bump.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Sep 16, 2024
1 parent 9bc8761 commit a80b2e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Pull latest changes before pushing
run: |
git pull origin ${{ github.head_ref }}
# Commit and push version bump
- name: Commit and push version bump
run: |
Expand Down

0 comments on commit a80b2e4

Please sign in to comment.