Skip to content

Commit a551e6c

Browse files
committed
ci draft release
1 parent 9befe6e commit a551e6c

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Diff for: .goreleaser.yaml

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
# This is an example .goreleaser.yml file with some sensible defaults.
2-
# Make sure to check the documentation at https://goreleaser.com
3-
4-
# The lines below are called `modelines`. See `:help modeline`
5-
# Feel free to remove those if you don't want/need to use them.
6-
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
7-
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
8-
91
version: 2
102

113
builds:
12-
- id: gencoder
13-
main: ./cmd/gencoder
4+
- main: ./cmd/gencoder
145
env:
156
- CGO_ENABLED=0
167
goos:
@@ -36,6 +27,13 @@ archives:
3627
- goos: windows
3728
format: zip
3829

30+
# https://goreleaser.com/customization/release/#github
31+
release:
32+
github:
33+
owner: DanielLiu1123
34+
name: gencoder
35+
draft: true
36+
3937
#brews:
4038
# - name: gencoder
4139
# homepage: "https://github.com/DanielLiu1123/gencoder"

0 commit comments

Comments
 (0)