Skip to content

Commit 26b0b47

Browse files
committed
Fix invalid tags
1 parent d99805a commit 26b0b47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd-registry-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
on:
88
push:
99
tags:
10-
- 'stellar-registry-cli-v[0-9]+.[0-9]+.[0-9]+[0-9.a-z\-]*'
10+
- 'stellar-registry-cli-v[0-9]+\.[0-9]+\.[0-9]+(-[0-9a-z\-]+)?'
1111

1212
env:
1313
CARGO_INCREMENTAL: 0

.github/workflows/cd-scaffold-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
on:
88
push:
99
tags:
10-
- 'stellar-scaffold-cli-v[0-9]+.[0-9]+.[0-9]+[0-9.a-z\-]*'
10+
- 'stellar-scaffold-cli-v[0-9]+\.[0-9]+\.[0-9]+(-[0-9a-z\-]+)?'
1111

1212
env:
1313
CARGO_INCREMENTAL: 0

0 commit comments

Comments
 (0)