From e05cca47ffc1cceb1a3bf3b8c719dd1b25606abc Mon Sep 17 00:00:00 2001 From: damirka Date: Tue, 17 Aug 2021 13:04:38 +0300 Subject: [PATCH] remove version from fetch-latest-release --- .github/workflows/acl2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/acl2.yml b/.github/workflows/acl2.yml index cd9ec18a55..d9f1604c70 100644 --- a/.github/workflows/acl2.yml +++ b/.github/workflows/acl2.yml @@ -29,7 +29,7 @@ jobs: # cargo run -p leo-test-framework --bin tgc - name: fetch-latest-release - uses: thebritican/fetch-latest-release@v1 + uses: thebritican/fetch-latest-release with: repo_path: AleoHQ/leo-acl2-bin github_token: ${{ github.token }}