Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrompflopes authored Jul 5, 2023
1 parent 3aa96df commit 4ebcf47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
- name: Git configuration
run: |
git config --global safe.directory "/tmp/**/*/"
git config --global http.postBuffer 524288000
git config --global http.postBuffer 2097152000
git config --global https.postBuffer 2097152000
- name: Create update site
uses: cpina/github-action-push-to-another-repository@main
Expand Down

0 comments on commit 4ebcf47

Please sign in to comment.