From cbfe631ce84b7b24c72e2cdcc7281e21c4c77f35 Mon Sep 17 00:00:00 2001 From: trivernis Date: Tue, 15 Dec 2020 12:47:25 +0100 Subject: [PATCH] Fix syntax error Signed-off-by: trivernis --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 465e8eb..28a92ab 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -9,7 +9,7 @@ jobs: build-release: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2 - name: Set up toolchain uses: actions-rs/toolchain@v1 with: