Skip to content

Commit

Permalink
Update .github/workflows/release-rust-crates.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Aug 27, 2024
1 parent e23d840 commit 6972238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-rust-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
toolchain: stable

# These steps are in a specific order so crate dependencies are updated first
- name: Publish bls12_381
- name: Publish maybe_rayon
run: cargo publish --package crate_crypto_internal_eth_kzg_maybe_rayon
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_RELEASE_TOKEN }}
Expand Down

0 comments on commit 6972238

Please sign in to comment.