From dee15f16fea25a8eb8d4ac037537670e4a82a4b5 Mon Sep 17 00:00:00 2001 From: Miles Croxford Date: Fri, 8 Mar 2024 00:09:11 +0000 Subject: [PATCH] fix: SC2086 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6b57e71..bf47c88 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -81,7 +81,7 @@ jobs: else echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV fi - echo $VERSION + echo "$VERSION" - name: compile release uses: rust-build/rust-build.action@v1.4.5 id: release