diff --git a/.github/workflows/cd-api.yml b/.github/workflows/cd-api.yml index 142c1bc..e424dfa 100644 --- a/.github/workflows/cd-api.yml +++ b/.github/workflows/cd-api.yml @@ -52,7 +52,6 @@ jobs: sudo apt-get update sudo apt-get install -y wget unzip LATEST=https://github.com/opentofu/opentofu/releases/download/v1.10.5/tofu_1.10.5_linux_amd64.zip - cd /tmp || exit 1 curl -LO "$LATEST" unzip -o tofu_*_linux_amd64.zip sudo mv tofu /usr/local/bin/ diff --git a/backend/api/package.json b/backend/api/package.json index 9e372bd..c9ad5ea 100644 --- a/backend/api/package.json +++ b/backend/api/package.json @@ -1,7 +1,7 @@ { "name": "@compass/api", "description": "Backend API endpoints", - "version": "1.0.6", + "version": "1.0.7", "private": true, "scripts": { "watch:serve": "tsx watch src/serve.ts",