Skip to content

Commit

Permalink
fix go releaser (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
didil authored Jun 24, 2024
1 parent 82c661f commit 3669a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

before:
hooks:
- go mod tidy
Expand All @@ -22,5 +24,3 @@ archives:
- LICENSE
- README.md
- CHANGELOG.md

rlcp: true

0 comments on commit 3669a0a

Please sign in to comment.