Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.8...v1.1.0) (2021-07-02)

### Bug Fixes

* gh actions config file syntax error ([4b0e3a9](4b0e3a9))

### Features

* add new version command ([8a5aaf8](8a5aaf8))
  • Loading branch information
semantic-release-bot committed Jul 2, 2021
1 parent 174daed commit 107d204
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 @@ -18,10 +18,10 @@ Act is a task runner and supervisor tool written in Go which aims to provide the

```bash
# For linux
wget -q -O - https://github.com/nosebit/act/releases/download/v1.0.8/linux-amd64.tar.gz | tar -xzf - -C /usr/local/bin
wget -q -O - https://github.com/nosebit/act/releases/download/v1.1.0/linux-amd64.tar.gz | tar -xzf - -C /usr/local/bin

# For MacOs
wget -q -O - https://github.com/nosebit/act/releases/download/v1.0.8/darwin-amd64.tar.gz | tar -xzf - -C /usr/local/bin
wget -q -O - https://github.com/nosebit/act/releases/download/v1.1.0/darwin-amd64.tar.gz | tar -xzf - -C /usr/local/bin
```

### From Source
Expand Down

0 comments on commit 107d204

Please # to comment.