Skip to content

Commit c538a12

Browse files
committed
Adjust release workflow to work on all tags
1 parent 8671bac commit c538a12

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
@@ -7,7 +7,7 @@ name: GitHub Release
77
on:
88
push:
99
tags:
10-
- 'v*'
10+
- '*'
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)