We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab789a commit f6300d6Copy full SHA for f6300d6
.github/workflows/test.yml
@@ -5,7 +5,8 @@ on:
5
branches:
6
- master
7
pull_request:
8
- branches: [ master ]
+ branches:
9
+ - master
10
11
jobs:
12
build:
.goreleaser.yml
@@ -1,3 +1,5 @@
1
+version: 2
2
+
3
project_name: mc-router
4
release:
github:
@@ -28,19 +30,12 @@ builds:
28
30
env:
29
31
- CGO_ENABLED=0
32
archives:
- - id: tar_gz
- format: tar.gz
33
- format_overrides:
+ - format_overrides:
34
- goos: windows
35
- format: zip
+ formats: ['zip']
36
files:
37
- LICENSE*
38
- README*
39
-snapshot:
40
- name_template: SNAPSHOT-{{ .ShortCommit }}
41
-brews:
42
- - install: |
43
- bin.install "mc-router"
44
dockers:
45
- image_templates:
46
- "itzg/{{ .ProjectName }}:{{ .Version }}-amd64"
0 commit comments