fix version-check job
This commit is contained in:
parent
adee9280c6
commit
07e69cdd67
2
.github/workflows/build-prod.yml
vendored
2
.github/workflows/build-prod.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
|||
if: env.oldManVersion == env.newManVersion
|
||||
run: exit 1
|
||||
- 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
|
||||
if: env.oldMakeVersion == env.newMakeVersion
|
||||
run: exit 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user