Skip to content

Commit

Permalink
fix once more
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Jun 23, 2024
1 parent 90b9c23 commit 2cc81c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/publish
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fi

crates=("testkit" "testkit-macros")

function remi::cargo::publish {
function testkit::cargo::publish {
for package in "${crates[@]}"; do
echo "[testkit:cargo:publish] Publishing package $package"
cargo publish --package "$package" --token "$CARGO_REGISTRY_TOKEN"
Expand Down

0 comments on commit 2cc81c1

Please sign in to comment.