Skip to content

Commit

Permalink
Update README to document SemVer support
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnesayeed committed May 13, 2020
1 parent 2a307f6 commit 56e3adf
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 @@ -10,13 +10,13 @@ This action automatically detects runner platform features like the operating sy

### `ipfs_version`

An exact IPFS version of a [released binary](https://dist.ipfs.io/go-ipfs/versions). Default: `v0.5.1`.
A [released IPFS binary version](https://dist.ipfs.io/go-ipfs/versions) in [SemVer](https://semver.org/) format (Default: `0.5`).


## Example usage

```yml
uses: ibnesayeed/setup-ipfs@master
with:
ipfs_version: v0.5.1
ipfs_version: ^0.5
```

0 comments on commit 56e3adf

Please sign in to comment.