Skip to content

Commit c9cf700

Browse files
authored
Merge pull request #1566 from cewert/fix-version-check-job
2 parents adee928 + 07e69cd commit c9cf700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: env.oldManVersion == env.newManVersion
5252
run: exit 1
5353
- name: Save new Makefile version
54-
run: awk 'BEGIN { FS=" = " } /^VERSION/ { print "newMakeVersion="$2; }' Makefile >> $GITHUB_ENV
54+
run: awk 'BEGIN { FS=" := " } /^VERSION/ { print "newMakeVersion="$2; }' Makefile >> $GITHUB_ENV
5555
- name: Makefile version must be updated
5656
if: env.oldMakeVersion == env.newMakeVersion
5757
run: exit 1

0 commit comments

Comments
 (0)