Skip to content

Commit

Permalink
rev version number
Browse files Browse the repository at this point in the history
  • Loading branch information
djnicholson committed Sep 28, 2020
1 parent e122f47 commit c5e044e
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.4
uses: djnicholson/release-action@v2.6
with:
token: ${{ secrets.GITHUB_TOKEN }}
asset-name: 'my-app.dmg'
file: 'out/dist/my-app.dmg'
```

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

0 comments on commit c5e044e

Please sign in to comment.