Skip to content

Commit 6e9c286

Browse files
committed
Update build files
1 parent 439d0a0 commit 6e9c286

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gorelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Go build and release
33
on:
44
push:
55
tags:
6-
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
6+
- 'v[0-9]+.[0-9]+.[0-9]+'
77

88
permissions:
99
contents: write

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ builds:
1111
- CGO_ENABLED=0
1212
goos:
1313
- linux
14-
# - windows # I don't trust Windows for symlinks :)
14+
- windows
1515
- darwin
1616
goarch:
1717
- amd64

0 commit comments

Comments
 (0)