Skip to content

Commit

Permalink
chore(release): 1.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.2](v1.5.1...v1.5.2) (2022-05-01)

### Bug Fixes

* change build script for alpine ([2033c4d](2033c4d))
  • Loading branch information
semantic-release-bot committed May 1, 2022
1 parent 2033c4d commit cc657af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ Act is a task runner and supervisor tool written in Go which aims to provide the
**Linux**

```bash
wget -q -O - https://github.com/nosebit/act/releases/download/v1.5.1/act-1.5.1-linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local/bin
wget -q -O - https://github.com/nosebit/act/releases/download/v1.5.2/act-1.5.2-linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local/bin
```

**MacOS**

```bash
wget -q -O - https://github.com/nosebit/act/releases/download/v1.5.1/act-1.5.1-darwin-amd64.tar.gz | sudo tar -xzf - -C /usr/local/bin
wget -q -O - https://github.com/nosebit/act/releases/download/v1.5.2/act-1.5.2-darwin-amd64.tar.gz | sudo tar -xzf - -C /usr/local/bin
```

### From Source
Expand Down

0 comments on commit cc657af

Please # to comment.