Skip to content

Commit 99e4ede

Browse files
chore(deps): update goreleaser/goreleaser-action action to v4 (#888)
* chore(deps): update goreleaser/goreleaser-action action to v4 * Fixing goreleaser config Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Florent Clairambault <[email protected]>
1 parent c04d432 commit 99e4ede

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/goreleaser.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,24 @@ name: goreleaser
22

33
on:
44
push:
5+
tags:
6+
- 'v*'
57

68
jobs:
79
goreleaser:
810
runs-on: ubuntu-22.04
911
steps:
1012
-
1113
name: Checkout
12-
uses: actions/checkout@v3
14+
uses: actions/checkout@v3.3.0
1315
with:
1416
fetch-depth: 0
1517
-
1618
name: Set up Go
17-
uses: actions/setup-go@v3
19+
uses: actions/setup-go@v3.5.0
1820
-
1921
name: Run GoReleaser
20-
uses: goreleaser/goreleaser-action@v3
22+
uses: goreleaser/goreleaser-action@v4.1.0
2123
with:
2224
version: latest
2325
args: release --rm-dist

0 commit comments

Comments
 (0)