Skip to content

Commit

Permalink
goreleaser changes (#235)
Browse files Browse the repository at this point in the history
* goreleaser changes
  • Loading branch information
OrNovo committed Jun 10, 2024
1 parent 9ce00f6 commit 7dc8bae
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 @@ -44,7 +44,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
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 @@ -43,4 +43,4 @@ release:
#disable: true
draft: false
changelog:
skip: true
disable: true

0 comments on commit 7dc8bae

Please sign in to comment.