From bf2a7fbecfaaaa29f7819c650ad302e52f68238e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udio=20Esperan=C3=A7a?= Date: Mon, 14 Oct 2019 04:37:22 +0100 Subject: [PATCH] Update example to use the fixed version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dc813a..0e4ad37 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ jobs: prerelease: false - name: Upload Release Asset id: upload-release-asset - uses: actions/upload-release-asset@v1.0.0 + uses: actions/upload-release-asset@v1.0.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: