We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf55b54 commit f264c4aCopy full SHA for f264c4a
.github/workflows/release.yml
@@ -37,9 +37,6 @@ jobs:
37
run: |
38
echo "tag-name=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
39
40
- - name: Install osslsigncode
41
- run: brew install osslsigncode
42
-
43
# - name: Obtain signing cert
44
# run: |
45
# cert="$(mktemp -t cert.XXX)"
cmd/root/root.go
@@ -25,7 +25,7 @@ import (
25
"github.com/spf13/viper"
26
)
27
28
-var version = "1.2.9"
+var version = "1.2.10"
29
30
//go:embed root.md
31
var rootHelp string
0 commit comments