Skip to content

Commit cb04841

Browse files
committed
test
1 parent 5114590 commit cb04841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jarbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Prepare for tag
5454
run: |
5555
echo "${{github.event.inputs.release_tag_name}}"
56-
ver=echo "${{github.event.inputs.release_tag_name}}"
56+
ver=$(echo ${{github.event.inputs.release_tag_name}})
5757
version=${ver%-rc*}
5858
version=${version#v}
5959
rc=${ver#*-rc}

0 commit comments

Comments
 (0)