Skip to content

Commit

Permalink
2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
djnicholson committed Jun 23, 2020
1 parent c2e459e commit 1466dad
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 @@ -28,15 +28,15 @@ The name to use to tag the Release (defaults to "v0.0-rolling")
## Example usage

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

```
uses: djnicholson/release-action@v2.1
uses: djnicholson/release-action@v2.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-name: 'Latest rolling build'
Expand Down

0 comments on commit 1466dad

Please sign in to comment.