Skip to content

Commit 0241121

Browse files
committed
fix: Use correct glob pattern for release tag trigger
1 parent 7455223 commit 0241121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- 'janus_release_v.+'
6+
- 'janus_release_v*'
77

88
jobs:
99
release:

0 commit comments

Comments
 (0)