Skip to content

Commit 5b41bd2

Browse files
Merge pull request #384 from joshrotenberg/fix/cargo-dist-tag-pattern
fix: update cargo-dist tag pattern to match redisctl-v* format
2 parents c54c327 + 707631c commit 5b41bd2

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
@@ -42,7 +42,7 @@ on:
4242
pull_request:
4343
push:
4444
tags:
45-
- "**[0-9]+.[0-9]+.[0-9]+*"
45+
- "redisctl-v[0-9]+.[0-9]+.[0-9]+*"
4646

4747
jobs:
4848
# Run 'dist plan' (or host) to determine what tasks we need to do

0 commit comments

Comments
 (0)