mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
fix(ci-cd): Fix path
This commit is contained in:
parent
9d48d52509
commit
88b9a51e95
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: Check version in code matches flake version
|
- name: Check version in code matches flake version
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if ! [ $(grep '// CI:CD-VERSION$' server/root-handler/handler.go | cut -d'"' -f 2) = $(grep '# CI:CD-VERSION$' flake.nix | cut -d'"' -f 2) ];
|
if ! [ $(grep '// CI:CD-VERSION$' server/root-handler/common.go | cut -d'"' -f 2) = $(grep '# CI:CD-VERSION$' flake.nix | cut -d'"' -f 2) ];
|
||||||
then
|
then
|
||||||
echo "Version mismatch between code and flake"
|
echo "Version mismatch between code and flake"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user