Skip to content

Commit 019d48d

Browse files
kwasdkurapov-peter
authored andcommitted
Add version info
1 parent ca1e189 commit 019d48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Add coverity inputs to env
6565
run: |
66-
version_id="0.0.1"
66+
version_id=$(grep 'project(GraphCompiler VERSION' CMakeLists.txt | awk '{print $3}' | tr -d '"')
6767
version_local_id="$(git rev-parse --short HEAD)"
6868
version="${version_id}+git${version_local_id}"
6969

0 commit comments

Comments
 (0)