We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b26048 commit 853587eCopy full SHA for 853587e
1 file changed
.github/workflows/komodod_cd.yml
@@ -144,7 +144,7 @@ jobs:
144
145
- name: Get KOMODO_VERSION
146
shell: bash
147
- run: echo "##[set-output name=version_id;]$(grep "define KOMODO_VERSION" src/rpc/misc.cpp | awk '{print $3}')"
+ run: echo "##[set-output name=version_id;]$(grep "define KOMODO_VERSION" src/rpc/misc.cpp | awk '{print $3}' | tr -d '"')"
148
id: komodo_version
149
150
- name: Create Release
0 commit comments