Skip to content

Commit

Permalink
git pull before push, just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
miozune committed Mar 3, 2024
1 parent 4705cd4 commit 2350782
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 @@ -69,6 +69,7 @@ jobs:
cd ..
- name: Push commits and tag
run: |
git pull
git push -d origin ${{ inputs.target_lang }}-latest || :
gh release delete ${{ inputs.target_lang }}-latest || :
git tag ${{ 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,4 +52,5 @@ jobs:
TARGET_LANG: "en_US"
- name: Push commit
run:
git pull
git push origin master

0 comments on commit 2350782

Please sign in to comment.