Skip to content

Commit 7f2489e

Browse files
committed
Fixes for goreleaser
1 parent 3e27648 commit 7f2489e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
distribution: goreleaser
3131
version: latest
32-
args: release --rm-dist --debug
32+
args: release --clean --debug
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
- name: Syndicate to GoDocs

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ changelog:
1818
# ---------------------------
1919
# Builder
2020
# ---------------------------
21-
build:
22-
skip: true
21+
builds:
22+
- skip: true
2323

2424
# ---------------------------
2525
# Github Release

0 commit comments

Comments
 (0)