Skip to content

Commit 365f66b

Browse files
committed
Fix crates publication in release.yml
1 parent f229068 commit 365f66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166

167167
publish-crate:
168168
strategy:
169-
fail-fast: false
169+
fail-fast: true
170170
max-parallel: 1
171171
matrix:
172172
package: [ mithril-stm, mithril-common, mithril-client ]

0 commit comments

Comments
 (0)