Skip to content

Commit 37033f2

Browse files
committed
Fix: Patch version in correct file
Signed-off-by: Jonas Brand (8R0WNI3) <jonasbrand1712@gmail.com>
1 parent 5e078fc commit 37033f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
integrity_requirement: high
128128
availability_requirement: high
129129
prebuild-hook: |
130-
sed -i "s/REACT_APP_BUILD_VERSION=.*/REACT_APP_BUILD_VERSION='${{ needs.prepare.outputs.version }}'/" Dockerfile
130+
sed -i "s/REACT_APP_BUILD_VERSION=.*/REACT_APP_BUILD_VERSION='${{ needs.prepare.outputs.version }}'/" .env.production
131131
132132
helmchart:
133133
name: Build Helmchart

0 commit comments

Comments
 (0)