We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3b226 commit f6f71ebCopy full SHA for f6f71eb
.github/workflows/homebrew.yml
@@ -8,6 +8,7 @@ on:
8
push:
9
branches:
10
- main
11
+
12
jobs:
13
update-tap:
14
runs-on: ubuntu-latest
@@ -20,7 +21,7 @@ jobs:
20
21
token: ${{ secrets.CODA_HOMEBREW_ACCESS_TOKEN }}
22
23
- name: Set Release Name
- run: echo "RELEASE_NAME=v0.0.1" >> $GITHUB_ENV
24
+ run: echo "RELEASE_NAME=v0.0.2" >> $GITHUB_ENV
25
26
- name: Download Release Assets
27
run: |
cmd/init.go
@@ -24,7 +24,7 @@ var rootCmd = &cobra.Command{
func Execute(args []string) {
rootCmd.SetHelpCommand(&cobra.Command{
- Use: "help",
+ Use: "no-help",
28
Hidden: true,
29
})
30
0 commit comments