Skip to content

Commit f416fd3

Browse files
author
opencode
committed
Change tags back to list without quotes to fix YAML syntax
1 parent fa6b631 commit f416fd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Build and Release
22

33
on:
44
push:
5-
tags: v*
5+
tags:
6+
- v*
67

78
jobs:
89
build-windows:

0 commit comments

Comments
 (0)