fix: Assignment to constant variable in frontend while building apps

This commit is contained in:
Aditya
2024-07-18 16:16:22 +05:30
parent b15353e98c
commit 59963b7e15
2 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -6,7 +6,7 @@ on:
- main
paths:
- "**"
# - "!.github/**"
- "!.github/**"
- "!**.md"
- "!docker-compose.yml"
jobs:
@@ -19,23 +19,23 @@ jobs:
include:
- app: frontend
path: frontend
version: 1.4.1
version: 1.4.2
experimental: true
- app: backend
path: backend
version: 1.4.1
version: 1.4.2
experimental: true
- app: app_sdk
path: backend/app_sdk
version: 1.4.1
version: 1.4.2
experimental: true
- app: orborus
path: functions/onprem/orborus
version: 1.4.1
version: 1.4.2
experimental: true
- app: worker
path: functions/onprem/worker
version: 1.4.1
version: 1.4.2
experimental: true
steps:
- name: Checkout