Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 037e152

Browse files
committed
Follow convention of version tags prefixed with v'
1 parent 6142286 commit 037e152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
# Sequence of patterns matched against refs/tags
44
tags:
5-
- '[0-9]+.[0-9]+.[0-9]+'
5+
- 'v[0-9]+.[0-9]+.[0-9]+'
66

77
name: Upload Release Asset
88

0 commit comments

Comments
 (0)