This repository was archived by the owner on Jul 31, 2023. It is now read-only.
File tree 2 files changed +4
-11
lines changed
2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
build :
10
- strategy :
11
- matrix :
12
- go-version : [1.14.x, 1.15.x]
13
- os : [ubuntu-latest]
14
- runs-on : ${{ matrix.os }}
10
+ runs-on : ubuntu-latest
15
11
steps :
16
12
- name : Install Go
17
13
uses : actions/setup-go@v2
18
14
with :
19
- go-version : ${{ matrix.go-version }}
15
+ go-version : 1.15
20
16
- name : Checkout code
21
17
uses : actions/checkout@v2
22
18
with :
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ builds:
16
16
main : ./cmd/awsets/main.go
17
17
archives :
18
18
- replacements :
19
- # darwin: Darwin
20
- # linux: Linux
21
- # windows: Windows
22
19
386 : i386
23
20
amd64 : x86_64
24
21
checksum :
@@ -47,7 +44,7 @@ release:
47
44
48
45
# If set to true, will not auto-publish the release.
49
46
# Default is false.
50
- draft : true
47
+ draft : false
51
48
52
49
# If set to auto, will mark the release as not ready for production
53
50
# in case there is an indicator for this in the tag e.g. v1.0.0-rc1
@@ -63,7 +60,7 @@ release:
63
60
# You can disable this pipe in order to not upload any artifacts to
64
61
# GitHub.
65
62
# Defaults to false.
66
- disable : true
63
+ disable : false
67
64
68
65
# You can add extra pre-existing files to the release.
69
66
# The filename on the release will be the last part of the path (base). If
You can’t perform that action at this time.
0 commit comments