Skip to content

Commit

Permalink
(ci) releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jun 10, 2024
1 parent d3f188d commit 9cec0ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
npm run build
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,16 @@ mv gol /usr/local/bin/
```sh
# run in current directory
gol
```

## Advanced Examples

```sh
gol -f="/var/log/*.log"
gol -f="/var/log/*.log.tar.gz"
gol -f="/var/log/*.log*"
```

**All done!**

## CHANGE LOG

- **v1.0.0** - Initial release

0 comments on commit 9cec0ea

Please sign in to comment.