Skip to content

Commit

Permalink
Updates README with the new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 21, 2024
1 parent 1966812 commit 0406c07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ This action is only supported on [Windows images](https://github.com/actions/vir
```yaml
runs-on: windows-latest
steps:
- uses: fx31337/mql-compile-action@v1
- uses: fx31337/mql-compile-action@v2
```
### Specific release
```yaml
runs-on: windows-latest
steps:
- uses: fx31337/mql-compile-action@v1.0.0
- uses: fx31337/mql-compile-action@v2.0.0
```
Note: Check *Releases* for more details.
Expand All @@ -56,6 +56,8 @@ steps:
verbose: true
```
*Note: From v2 releases, this action doesn't install platform by default.*
## Inputs
### `path` (string)
Expand Down

0 comments on commit 0406c07

Please sign in to comment.