From 19ad6a6931f2d002e0702812309003bbd12ffeaf Mon Sep 17 00:00:00 2001 From: Adrian Bruno Date: Thu, 1 Jan 2026 13:49:36 -0500 Subject: [PATCH] fricking quotes --- .github/workflows/deploy-base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-base.yml b/.github/workflows/deploy-base.yml index 5674fd6..4bcca07 100644 --- a/.github/workflows/deploy-base.yml +++ b/.github/workflows/deploy-base.yml @@ -201,7 +201,7 @@ jobs: run: | DEPLOY_TAG=$(cat deploy_version.txt) if [[ -n DEPLOY_TAG ]]; then - echo "deploy_version=$DEPLOY_TAG >> $GITHUB_OUTPUT" + echo "deploy_version=$DEPLOY_TAG" >> $GITHUB_OUTPUT else echo "Couldn't find deploy version for target ${{ matrix.target }}" exit 1 @@ -293,7 +293,7 @@ jobs: run: | DEPLOY_TAG=$(cat deploy_version.txt) if [[ -n DEPLOY_TAG ]]; then - echo "deploy_version=$DEPLOY_TAG >> $GITHUB_OUTPUT" + echo "deploy_version=$DEPLOY_TAG" >> $GITHUB_OUTPUT else echo "Couldn't find deploy version for target ${{ matrix.target }}" exit 1