Skip to content

Commit 0a3269f

Browse files
plexoosCopilot
andcommitted
ci: change release tag pattern from v* to [0-9]* (no v prefix)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent cee0d7f commit 0a3269f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

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-
- 'v*'
6+
- '[0-9]*'
77

88
permissions:
99
contents: read

0 commit comments

Comments
 (0)