Skip to content

Commit

Permalink
goreleaser changes (#236)
Browse files Browse the repository at this point in the history
* goreleaser changes
  • Loading branch information
OrNovo authored Jun 10, 2024
1 parent 7dc8bae commit a14429b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
passphrase: ${{ secrets.GPG_PASSPHRASE }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --clean
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ signs:
release:
#disable: true
draft: false
changelog:
disable: true
#changelog:
# disable: true

0 comments on commit a14429b

Please sign in to comment.