Skip to content

Commit cc46112

Browse files
authored
Frontend - modify docker.yaml version path for frontend #653
Frontend - modify docker.yaml version path for frontend #653
2 parents 094b43e + 8e6e2ab commit cc46112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
- name: Extract Version from package.json
195195
id: extract_version
196196
run: |
197-
VERSION=$(jq -r '.version' ./frontend/package.json)
197+
VERSION=$(jq -r '.version' ../../frontend/package.json)
198198
echo "VERSION=${VERSION}" >> $GITHUB_ENV
199199
echo "Extracted version: ${VERSION}"
200200

0 commit comments

Comments
 (0)