From 98e494969c141c08d54a1af2c7ed93092acfa33a Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Fri, 22 Nov 2024 12:13:08 -0700 Subject: [PATCH] Hardcode version --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ef8737de36a3..fced14e55190 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,7 +53,8 @@ jobs: - name: Get app version id: getAppVersion - run: echo "VERSION=$(jq -r .version < package.json)" >> "$GITHUB_OUTPUT" +# TODO: REVERT + run: echo "VERSION=9.0.64-4" >> "$GITHUB_OUTPUT" # - name: Create and push tag # if: ${{ github.ref == 'refs/heads/staging' }}