Skip to content

Commit beb898b

Browse files
committed
Fix tag to not begin with a 'v'
1 parent e0e0095 commit beb898b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- published
66
push:
77
tags:
8-
- 'v*'
8+
- '*'
99

1010
jobs:
1111
build-artifacts:

0 commit comments

Comments
 (0)