Skip to content

Commit

Permalink
git config pull.rebase true before pull
Browse files Browse the repository at this point in the history
  • Loading branch information
miozune committed Mar 4, 2024
1 parent 2302d00 commit 6259c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-nightly-lang-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
cd ..
- name: Push commits and tag
run: |
git config pull.rebase true
git pull
git push -d origin ${{ inputs.target_lang }}-latest || :
gh release delete ${{ inputs.target_lang }}-latest || :
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/save-nightly-modpack-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ jobs:
TARGET_LANG: "en_US"
- name: Push commit
run: |
git config pull.rebase true
git pull
git push origin master

0 comments on commit 6259c18

Please sign in to comment.