Skip to content

Commit 76e502b

Browse files
committed
add goreleaser config
1 parent 7b518cf commit 76e502b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
permissions:
99
contents: write
1010

11-
builds:
12-
- main: ./cmd/
13-
1411
jobs:
1512
goreleaser:
1613
runs-on: ubuntu-latest

.goreleaser.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
builds:
2+
- main: ./cmd/

0 commit comments

Comments
 (0)