Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 37673e1

Browse files
authored
drop v prefix for tags.
1 parent 08a55d0 commit 37673e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: release
22

33
on:
44
push:
5-
tags: [ 'v*' ]
5+
tags: [ '*.*.*' ]
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)