Skip to content

Commit f478379

Browse files
build(deps): Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 (#238)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Muhammad Atif Ali <[email protected]>
1 parent dea0442 commit f478379

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
passphrase: ${{ secrets.PASSPHRASE }}
3939

4040
- name: Run GoReleaser
41-
uses: goreleaser/goreleaser-action@v5.1.0
41+
uses: goreleaser/goreleaser-action@v6.0.0
4242
with:
4343
version: latest
44-
args: release --rm-dist
44+
args: release --clean
4545
env:
4646
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4747
# GitHub sets this automatically

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ release:
5757
# If you want to manually examine the release before its live, uncomment this line:
5858
# draft: true
5959
changelog:
60-
skip: true
60+
disable: true

0 commit comments

Comments
 (0)