Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
djnicholson authored Oct 1, 2020
1 parent c89c79f commit e9a535b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ The name to use to tag the Release (defaults to "v0.0-rolling")
## Example usage

```
uses: djnicholson/release-action@v2.9
uses: djnicholson/release-action@v2.10
with:
token: ${{ secrets.GITHUB_TOKEN }}
asset-name: 'my-app.dmg'
file: 'out/dist/my-app.dmg'
```

```
uses: djnicholson/release-action@v2.9
uses: djnicholson/release-action@v2.10
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-name: 'Latest rolling build'
tag-name: 'v1.3-alpha'
asset-name: 'my-app.dmg'
file: 'out/dist/my-app.dmg'
```
```

0 comments on commit e9a535b

Please sign in to comment.