Skip to content

Commit f028131

Browse files
committed
#patch: update ci due to main branch renaming
1 parent 2267280 commit f028131

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: GoReleaser
22
on:
33
workflow_run:
44
workflows: ["Bump Git/Docker Version"]
5-
branches: [master]
5+
branches: [main]
66
types:
77
- completed
88
jobs:

.github/workflows/tag.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Bump Git/Docker Version
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
semver:
88
runs-on: ubuntu-latest
@@ -18,6 +18,7 @@ jobs:
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
WITH_V: true
21+
RELEASE_BRANCHES: main
2122
docker:
2223
runs-on: ubuntu-latest
2324
needs: semver

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ GOCMD=go
22
BINARY=awsnews
33
BUILD_FLAGS=-ldflags="-s -w"
44
PROJECT=circa10a/go-aws-news
5-
VERSION=1.1.1
5+
VERSION=1.1.2
66

7-
# First target for travis ci
87
test:
98
$(GOCMD) test -v ./... -coverprofile=coverage.txt
109
@if ! command -v golangci-lint 1>/dev/null; then\

0 commit comments

Comments
 (0)