Skip to content

Commit

Permalink
Also pull master before pushing the new changelog
Browse files Browse the repository at this point in the history
Just makes it that much more robust
  • Loading branch information
DebugOk committed Aug 16, 2023
1 parent 8aa3383 commit de42f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:

- name: Commit Changelog
run: |
git pull origin master
git add *.yml
git commit -m "${{ vars.CHANGELOG_MESSAGE }} (#${{ env.PR_NUMBER }})"
git push
Expand Down

0 comments on commit de42f1f

Please sign in to comment.