Skip to content

Commit ce962f6

Browse files
committed
Fix
1 parent 922232e commit ce962f6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/cd-api.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
sudo apt-get update
5353
sudo apt-get install -y wget unzip
5454
LATEST=https://github.com/opentofu/opentofu/releases/download/v1.10.5/tofu_1.10.5_linux_amd64.zip
55-
cd /tmp || exit 1
5655
curl -LO "$LATEST"
5756
unzip -o tofu_*_linux_amd64.zip
5857
sudo mv tofu /usr/local/bin/

backend/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@compass/api",
33
"description": "Backend API endpoints",
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"private": true,
66
"scripts": {
77
"watch:serve": "tsx watch src/serve.ts",

0 commit comments

Comments
 (0)