Skip to content

Commit 14eb583

Browse files
committed
ci: fix goreleaser homebrew path
1 parent 66d7718 commit 14eb583

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
contents: write
1212

1313
jobs:
14-
build:
14+
goreleaser:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout

.goreleaser.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ archives:
5858
format_overrides:
5959
- goos: windows
6060
formats: [zip]
61-
wrap_in_directory: true
6261
files:
6362
- README*
6463
- LICENSE*
@@ -69,7 +68,7 @@ checksum:
6968
name_template: "checksums.txt"
7069

7170
changelog:
72-
use: github
71+
use: git
7372
sort: asc
7473
groups:
7574
- title: Dependency updates

0 commit comments

Comments
 (0)