Skip to content

Commit 9117664

Browse files
committed
chore(release): v0.1.6
fix archive url re #3
1 parent f854ec3 commit 9117664

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
@@ -29,7 +29,7 @@ jobs:
2929
formula-name: gitwok
3030
homebrew-tap: Roytangrb/homebrew-gitwok
3131
base-branch: main
32-
download-url: https://github.com/Roytangrb/gitwok/archive/${{ github.ref }}.tar.gz
32+
download-url: https://github.com/Roytangrb/gitwok/archive/${{ github.event.release.tag_name }}.tar.gz
3333
commit-message: Release {{version}}
3434
env:
3535
COMMITTER_TOKEN: ${{ secrets.BREW_TAP_REPO_TOKEN }}

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var logger *util.Logger = util.InitLogger(os.Stdout, os.Stdout, os.Stdout, os.St
2525
// rootCmd represents the base command when called without any subcommands
2626
var rootCmd = &cobra.Command{
2727
Use: "gitwok",
28-
Version: "v0.1.5",
28+
Version: "v0.1.6",
2929
Short: "Configurable CLI with conventional commits, changelog, git hooks all in one",
3030
Run: func(cmd *cobra.Command, args []string) {},
3131
}

0 commit comments

Comments
 (0)