From 1466dad88574bf60a4a7a628f279647f1dca739d Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Tue, 23 Jun 2020 21:13:29 +0100 Subject: [PATCH] 2.3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fed8602..a90a8e7 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ 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' @@ -36,7 +36,7 @@ with: ``` ``` -uses: djnicholson/release-action@v2.1 +uses: djnicholson/release-action@v2.3 with: token: ${{ secrets.GITHUB_TOKEN }} release-name: 'Latest rolling build'