From b52ca568073dd15a7b8d78a5f1b02ef7623eec4a Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Fri, 10 Jan 2020 16:27:33 +0100 Subject: [PATCH] Update readme to use v1.0.0-alpha.2 (#9) Signed-off-by: Carlos Panato --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2140fe9..6829055 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.0.0-alpha.1 + uses: helm/chart-releaser-action@v1.0.0-alpha.2 env: CR_TOKEN: "${{ secrets.CR_TOKEN }}" ```