Skip to content

Commit 0f7da86

Browse files
authored
build: use v prefix for releases to be Go version compatible (#447)
1 parent b156d64 commit 0f7da86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: release
33
on:
44
push:
55
tags:
6-
- "[0-9]+.[0-9]+.[0-9]+"
7-
- "[0-9]+.[0-9]+.[0-9]+-*"
6+
- "v[0-9]+.[0-9]+.[0-9]+"
7+
- "v[0-9]+.[0-9]+.[0-9]+-*"
88

99
jobs:
1010
release:

0 commit comments

Comments
 (0)