From e9614ccda80fa9e7df4046cc34e9eba2d20f5b3f Mon Sep 17 00:00:00 2001 From: Christopher R Schuchardt Date: Thu, 21 Mar 2024 16:50:30 -0400 Subject: [PATCH] Fix --- .github/workflows/standalone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/standalone.yml b/.github/workflows/standalone.yml index a88086c6a..65d93140f 100644 --- a/.github/workflows/standalone.yml +++ b/.github/workflows/standalone.yml @@ -22,7 +22,7 @@ jobs: - name: Set Application Version (Environment Variable) run: | APP_VERSION=$(echo '${{ github.event.release.tag_name }}' | cut -d 'v' -f 2) - echo 'APP_VERSION=$APP_VERSION' >> $GITHUB_ENV + echo "APP_VERSION=$APP_VERSION" >> $GITHUB_ENV - name: Checkout Repository Code uses: actions/checkout@v4