Skip to content

Commit bec1b2e

Browse files
committed
Update goreleaser
1 parent 865594e commit bec1b2e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: goreleaser/goreleaser-action@v2
4242
with:
4343
version: latest
44-
args: release --parallelism 2 --rm-dist
44+
args: release --parallelism 2
4545
env:
4646
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
3+
version: 2
34
before:
45
hooks:
56
# this is just an example and not a requirement for provider building/publishing
@@ -50,4 +51,4 @@ release:
5051
# If you want to manually examine the release before its live, uncomment this line:
5152
# draft: true
5253
changelog:
53-
skip: true
54+
disable: true

0 commit comments

Comments
 (0)