We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adee928 + 07e69cd commit c9cf700Copy full SHA for c9cf700
.github/workflows/build-prod.yml
@@ -51,7 +51,7 @@ jobs:
51
if: env.oldManVersion == env.newManVersion
52
run: exit 1
53
- name: Save new Makefile version
54
- run: awk 'BEGIN { FS=" = " } /^VERSION/ { print "newMakeVersion="$2; }' Makefile >> $GITHUB_ENV
+ run: awk 'BEGIN { FS=" := " } /^VERSION/ { print "newMakeVersion="$2; }' Makefile >> $GITHUB_ENV
55
- name: Makefile version must be updated
56
if: env.oldMakeVersion == env.newMakeVersion
57
0 commit comments