Skip to content

Commit

Permalink
fix: fixed goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandremahdhaoui committed Oct 8, 2023
1 parent 40c822f commit 8931ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: goreleaser
on:
push:
tags:
- 'v*'
- '*'

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Vib (pronounced "vibe") allows users to intuitively manage their bash environmen
## Install vib

```shell
go install github.com/alexandremahdhaoui/vib/cmd/vib@latest
go install github.com/alexandremahdhaoui/vib/cmd/vib@v0.0.3
vib --help
```

Expand Down

0 comments on commit 8931ad5

Please sign in to comment.