We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99805a commit 26b0b47Copy full SHA for 26b0b47
.github/workflows/cd-registry-cli.yml
@@ -7,7 +7,7 @@ permissions:
7
on:
8
push:
9
tags:
10
- - 'stellar-registry-cli-v[0-9]+.[0-9]+.[0-9]+[0-9.a-z\-]*'
+ - 'stellar-registry-cli-v[0-9]+\.[0-9]+\.[0-9]+(-[0-9a-z\-]+)?'
11
12
env:
13
CARGO_INCREMENTAL: 0
.github/workflows/cd-scaffold-cli.yml
- - 'stellar-scaffold-cli-v[0-9]+.[0-9]+.[0-9]+[0-9.a-z\-]*'
+ - 'stellar-scaffold-cli-v[0-9]+\.[0-9]+\.[0-9]+(-[0-9a-z\-]+)?'
0 commit comments