Skip to content

Commit 367a390

Browse files
authored
ci: skip build (#7)
1 parent a7262d0 commit 367a390

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ before:
99
# Download dependencies (for cache efficiency)
1010
- go mod download
1111

12-
# Build configuration (library only)
13-
builds: []
12+
# Build configuration (library only - no binaries)
13+
builds:
14+
- skip: true
1415

1516
# Snapshot build naming convention
1617
snapshot:

0 commit comments

Comments
 (0)