From ccdfebfb05d3148c63c2f71829dc7b7bd2e0a5b1 Mon Sep 17 00:00:00 2001 From: Xavier Frankline Date: Fri, 15 Nov 2024 16:50:49 +0300 Subject: [PATCH] fix: update version file path --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 37dda1dd..9d089d2f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ env: NEXT_PUBLIC_APP_API_STATIC_URL: "https://api.sensors.africa/static/v2" NEXT_PUBLIC_APP_MAP_URL: "https://v2.map.aq.sensors.africa/" IMAGE_NAME: "codeforafrica/sensors-africa-ui" - VERSION_FILE_NAME: "../../package.json" + VERSION_FILE_NAME: "./package.json" jobs: deploy: