Skip to content

Commit dfad443

Browse files
committed
💚 Fix CI that does not create release
1 parent f4367bf commit dfad443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build binary files
33
on:
44
push:
55
tags:
6-
- '🔖 v*.*'
6+
- 'v*.*.*'
77
pull_request:
88
branches:
99
- main

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/spf13/cobra"
77
)
88

9-
const Version = "0.1"
9+
const Version = "0.1.0"
1010

1111
var rootCmd = &cobra.Command{
1212
Use: "munager",

0 commit comments

Comments
 (0)