Skip to content

Commit 840aca3

Browse files
committed
Fix github actions: Update goreleaser version and CI branch triggers
1 parent dcc555a commit 840aca3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, master]
66
pull_request:
7-
branches: [main]
7+
branches: [main, master]
88

99
permissions:
1010
contents: read

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run GoReleaser
2525
uses: goreleaser/goreleaser-action@v5
2626
with:
27-
version: latest
27+
version: '~> v2'
2828
args: release --clean
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)