Skip to content

Commit 71124cb

Browse files
committed
Do not try to dry-run publish all package
1 parent 4424a74 commit 71124cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ jobs:
7474
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
7575
run: |
7676
cargo publish --dry-run -p rustest-macro
77-
cargo publish --dry-run -p rustest
78-
cargo publish --dry-run -p rustest-fixtures
77+
# cargo publish --dry-run -p rustest
78+
# cargo publish --dry-run -p rustest-fixtures

0 commit comments

Comments
 (0)