From c5e044e3b7aba086bcd2266ab8690d507ab3b466 Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Mon, 28 Sep 2020 15:30:56 -0700 Subject: [PATCH] rev version number --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ada2b4..5767e12 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.4 +uses: djnicholson/release-action@v2.6 with: token: ${{ secrets.GITHUB_TOKEN }} asset-name: 'my-app.dmg' @@ -36,7 +36,7 @@ with: ``` ``` -uses: djnicholson/release-action@v2.4 +uses: djnicholson/release-action@v2.6 with: token: ${{ secrets.GITHUB_TOKEN }} release-name: 'Latest rolling build'