Skip to content

Commit bea978b

Browse files
committed
fix(release): use v* tags and GoReleaser v2 config
GoReleaser OSS requires semver tags like v0.1.0 and a version: 2 config. Made-with: Cursor
1 parent 29931f8 commit bea978b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release CLI
33
on:
44
push:
55
tags:
6-
- "cli/v*"
6+
- "v*"
77

88
permissions:
99
contents: write

.goreleaser-cli.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
project_name: labkit
23

34
release:

0 commit comments

Comments
 (0)