Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr0id authored Sep 30, 2024
1 parent c77f3e6 commit e1a1def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sed -i "s/^version = \".*\"/version = \"${NEW_VERSION}\"/" Cargo.toml
# Add missing metadata
sed -i '/^version = / a description = "Jito's Rust RPC Library"' Cargo.toml
sed -i '/^version = / a description = "Jito'"'"'s Rust RPC Library"' Cargo.toml
sed -i '/^description = / a license = "MIT"' Cargo.toml
sed -i '/^license = / a repository = "https://github.com/jito-labs/jito-rust-rpc"' Cargo.toml
fi
Expand Down

0 comments on commit e1a1def

Please sign in to comment.