Skip to content

Commit 0b914f5

Browse files
authored
update goreleaser for v2 (#126)
1 parent d830c9c commit 0b914f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
uses: goreleaser/goreleaser-action@v6
3434
with:
3535
version: latest
36-
args: release --rm-dist
36+
args: release --clean
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# See documentation at https://goreleaser.com
2+
version: 2
23
before:
34
hooks:
45
- go mod download

0 commit comments

Comments
 (0)