Skip to content

Commit

Permalink
fix: update version file path
Browse files Browse the repository at this point in the history
  • Loading branch information
thepsalmist committed Nov 15, 2024
1 parent 83743a9 commit 581e48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +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"
GIT_PUSH_FLAGS: "--force"
VERSION_FILE_NAME: "../../package.json"

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sensors.africa",
"description": "sensors.AFRICA",
"version": "0.4.26",
"version": "0.4.26a",
"private": true,
"main": "index.js",
"homepage": "https://sensors.africa/",
Expand Down

0 comments on commit 581e48f

Please sign in to comment.