Commit 707631c
committed
fix: update cargo-dist tag pattern to match redisctl-v* format
The release-plz workflow creates tags in the format redisctl-v0.6.3, but
cargo-dist was configured to match **[0-9]+.[0-9]+.[0-9]+* which doesn't
match tags with the redisctl-v prefix.
Update the tag pattern to redisctl-v[0-9]+.[0-9]+.[0-9]+* to properly
trigger binary builds when release-plz creates a tag.1 parent c54c327 commit 707631c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments