Skip to content

Commit cfeddba

Browse files
committed
fix: brew command
1 parent a44a75a commit cfeddba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ brews:
4444
commit_author:
4545
name: AdeboyeDN
4646
email: adeboyed93@gmail.com
47+
install: |
48+
bin.install "gitsecure"
4749
4850
scoop:
4951
url_template: "https://github.com/GitsecureHQ/gitsecure-cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitsecure/cli",
3-
"version": "0.2.8",
3+
"version": "0.0.1",
44
"description": "Modern SecretOps infrastructure for developers and teams.",
55
"main": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)