We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922232e commit ce962f6Copy full SHA for ce962f6
.github/workflows/cd-api.yml
@@ -52,7 +52,6 @@ jobs:
52
sudo apt-get update
53
sudo apt-get install -y wget unzip
54
LATEST=https://github.com/opentofu/opentofu/releases/download/v1.10.5/tofu_1.10.5_linux_amd64.zip
55
- cd /tmp || exit 1
56
curl -LO "$LATEST"
57
unzip -o tofu_*_linux_amd64.zip
58
sudo mv tofu /usr/local/bin/
backend/api/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@compass/api",
3
"description": "Backend API endpoints",
4
- "version": "1.0.6",
+ "version": "1.0.7",
5
"private": true,
6
"scripts": {
7
"watch:serve": "tsx watch src/serve.ts",
0 commit comments