We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5114590 commit cb04841Copy full SHA for cb04841
.github/workflows/jarbuild.yml
@@ -53,7 +53,7 @@ jobs:
53
- name: Prepare for tag
54
run: |
55
echo "${{github.event.inputs.release_tag_name}}"
56
- ver=echo "${{github.event.inputs.release_tag_name}}"
+ ver=$(echo ${{github.event.inputs.release_tag_name}})
57
version=${ver%-rc*}
58
version=${version#v}
59
rc=${ver#*-rc}
0 commit comments