There was an error while loading. Please reload this page.
1 parent 060e137 commit 18666d3Copy full SHA for 18666d3
2 files changed
.github/workflows/release-check.yml
@@ -48,4 +48,4 @@ jobs:
48
run: |
49
# Use cargo publish --workspace --dry-run to verify the entire workspace at once.
50
# This correctly handles interdependent crates which a matrix-based approach misses.
51
- cargo publish --workspace --exclude fvm_conformance_tests --dry-run
+ cargo publish --workspace --dry-run
.github/workflows/releaser.yml
# Use cargo publish --workspace to publish all changed crates in the workspace.
# This handles interdependent crates correctly and only publishes those with version bumps.
- cargo publish --workspace --exclude fvm_conformance_tests
+ cargo publish --workspace
0 commit comments