Skip to content

Commit

Permalink
Pull before push
Browse files Browse the repository at this point in the history
Since we take a long time to complete, make sure we get latest before pushing new changes
  • Loading branch information
kzu committed Sep 29, 2024
1 parent 18e6e3a commit d7cc640
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ jobs:
- name: ⬆️ commit
run: |
git add *.json
(git commit -m "🖉 Update OSS contributors stats" && git push) || echo "Done"
git commit -m "🖉 Update OSS contributors stats"
git pull
git push

0 comments on commit d7cc640

Please sign in to comment.