Skip to content

Commit fa6b631

Browse files
author
opencode
committed
Change tags trigger to simple string to fix YAML syntax
1 parent 1a3e8aa commit fa6b631

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

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

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

87
jobs:
98
build-windows:

0 commit comments

Comments
 (0)