From adab0762df353809c9614dcebbb090a7a3ac55fe Mon Sep 17 00:00:00 2001 From: bburns632 Date: Wed, 24 Apr 2024 12:50:34 -0500 Subject: [PATCH] release workflow yaml correction --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0204e9a..0ea1c62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: with: fetch-depth: 1 - name: If local, apt update - if: ${ (env.ACT || false)} + if: ${{ (env.ACT || false)}} run: sudo apt update - name: Install Tidy Ubuntu run: sudo apt install -y tidy