Skip to content

Commit 553c161

Browse files
authored
Update on-push-tag.yml
1 parent 95236a5 commit 553c161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-push-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: Push Version Tag Workflow
1717
on:
1818
push:
1919
tags:
20-
- 'v[0-9]+.[0-9]+.[0-9]+.rc[0-9]+'
20+
- 'v*'
2121

2222
jobs:
2323
request-release:

0 commit comments

Comments
 (0)