Merge pull request #1566 from cewert/fix-version-check-job
This commit is contained in:
commit
c9cf7007e4
2
.github/workflows/build-prod.yml
vendored
2
.github/workflows/build-prod.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
||||||
if: env.oldManVersion == env.newManVersion
|
if: env.oldManVersion == env.newManVersion
|
||||||
run: exit 1
|
run: exit 1
|
||||||
- name: Save new Makefile version
|
- name: Save new Makefile version
|
||||||
run: awk 'BEGIN { FS=" = " } /^VERSION/ { print "newMakeVersion="$2; }' Makefile >> $GITHUB_ENV
|
run: awk 'BEGIN { FS=" := " } /^VERSION/ { print "newMakeVersion="$2; }' Makefile >> $GITHUB_ENV
|
||||||
- name: Makefile version must be updated
|
- name: Makefile version must be updated
|
||||||
if: env.oldMakeVersion == env.newMakeVersion
|
if: env.oldMakeVersion == env.newMakeVersion
|
||||||
run: exit 1
|
run: exit 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user