Skip to content

Commit 0c99d42

Browse files
authored
ci: update release workflow, pin goreleaser to v1 (#187)
1 parent 5b2008a commit 0c99d42

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919

20-
- uses: actions/setup-go@v4
20+
- uses: actions/setup-go@v5
21+
with:
22+
go-version: '1.20'
2123

2224
- name: Run GoReleaser
23-
uses: goreleaser/goreleaser-action@v4
25+
uses: goreleaser/goreleaser-action@v5
2426
with:
25-
version: latest
27+
version: '~> v1'
2628
args: release --clean
2729
env:
2830
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ brews:
3737
owner: aws
3838
name: homebrew-tap
3939
branch: master
40-
folder: Formula
40+
directory: Formula
4141
homepage: https://github.com/awslabs/eksdemo
4242
description: The easy button for learning, testing and demoing Amazon EKS
4343
license: MIT-0
@@ -53,4 +53,5 @@ changelog:
5353
sort: asc
5454
filters:
5555
exclude:
56+
- '^ci:'
5657
- '^test:'

0 commit comments

Comments
 (0)