Skip to content

Commit 853587e

Browse files
authored
Update komodod_cd.yml
1 parent 4b26048 commit 853587e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/komodod_cd.yml

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

145145
- name: Get KOMODO_VERSION
146146
shell: bash
147-
run: echo "##[set-output name=version_id;]$(grep "define KOMODO_VERSION" src/rpc/misc.cpp | awk '{print $3}')"
147+
run: echo "##[set-output name=version_id;]$(grep "define KOMODO_VERSION" src/rpc/misc.cpp | awk '{print $3}' | tr -d '"')"
148148
id: komodo_version
149149

150150
- name: Create Release

0 commit comments

Comments
 (0)