Skip to content

Commit

Permalink
Fix go releaser (#111)
Browse files Browse the repository at this point in the history
* Update release.yml

* Update .goreleaser.yaml
  • Loading branch information
JacobValdemar authored Nov 27, 2024
1 parent d9db61a commit 12d037c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ release:
name_template: "v{{.Version}}"

changelog:
skip: true
disable: true

0 comments on commit 12d037c

Please sign in to comment.