Skip to content

Commit 42dcea9

Browse files
committed
no publish dry-run for interrupt crate
1 parent aea8a5a commit 42dcea9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,11 @@ jobs:
6868
run: |
6969
cd ./macros
7070
cargo make publish_dry
71-
cd ../interrupt
72-
cargo make publish_dry --profile pipeline
71+
# As interrupt depend on macros it's dry run would always fail
72+
# as the dry run expects all dependencies to be available at crates.io
73+
# already !
74+
# cd ../interrupt
75+
# cargo make publish_dry --profile pipeline
7376
7477
prepare_release:
7578
needs: [build, publish_dry]

0 commit comments

Comments
 (0)