Skip to content

Commit

Permalink
use HTTP/1.1 for git push to swift
Browse files Browse the repository at this point in the history
  • Loading branch information
pdtfh committed Dec 11, 2024
1 parent 2c9d40c commit 91f5ca3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
git config --global user.name "github-actions[bot]"
# built binary files are too large for the default buffer
git config --global http.postBuffer 157286400
git config --global http.version HTTP/1.1
git add Cargo.toml
git add Cargo.lock
git commit -m "Bump crate version to ${{ steps.version.outputs.new_version }}"
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["uniffi-bindgen","walletkit-core", "walletkit"]
resolver = "2"

[workspace.package]
version = "0.0.7"
version = "0.0.6"
license = "MIT"
edition = "2021"
authors = ["World Contributors"]
Expand Down

0 comments on commit 91f5ca3

Please sign in to comment.