File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: GoReleaser
2
2
on :
3
3
workflow_run :
4
4
workflows : ["Bump Git/Docker Version"]
5
- branches : [master ]
5
+ branches : [main ]
6
6
types :
7
7
- completed
8
8
jobs :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Bump Git/Docker Version
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
jobs :
7
7
semver :
8
8
runs-on : ubuntu-latest
18
18
env :
19
19
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20
20
WITH_V : true
21
+ RELEASE_BRANCHES : main
21
22
docker :
22
23
runs-on : ubuntu-latest
23
24
needs : semver
Original file line number Diff line number Diff line change 2
2
BINARY =awsnews
3
3
BUILD_FLAGS=-ldflags ="-s -w"
4
4
PROJECT =circa10a/go-aws-news
5
- VERSION =1.1.1
5
+ VERSION =1.1.2
6
6
7
- # First target for travis ci
8
7
test :
9
8
$(GOCMD ) test -v ./... -coverprofile=coverage.txt
10
9
@if ! command -v golangci-lint 1> /dev/null; then\
You can’t perform that action at this time.
0 commit comments