Skip to content

Commit 9725b79

Browse files
committed
fix: release.yml workflow
1 parent 746fecb commit 9725b79

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: goreleaser/[email protected]
4343
with:
4444
version: latest
45-
args: release --rm-dist
45+
args: release --clean
4646
env:
4747
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
33

4+
version: 2
5+
46
before:
57
hooks:
68
- go mod tidy
@@ -57,4 +59,4 @@ release:
5759
# Manually examine the release before it goes live:
5860
draft: true
5961
changelog:
60-
skip: true
62+
disable: true

0 commit comments

Comments
 (0)