Skip to content

Commit

Permalink
troubleshoot publish
Browse files Browse the repository at this point in the history
  • Loading branch information
wrgeorge1983 committed May 2, 2022
1 parent bf9c20d commit f67cef7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ builds:
ldflags:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
goos:
- freebsd
# - freebsd
- windows
- linux
- darwin
- openbsd
- solaris
# - darwin
goarch:
- amd64
- '386'
Expand Down Expand Up @@ -51,6 +49,6 @@ signs:
- "${artifact}"
release:
# If you want to manually examine the release before its live, uncomment this line:
draft: true
draft: false
changelog:
skip: true

0 comments on commit f67cef7

Please sign in to comment.