Skip to content

Commit 0d4be3c

Browse files
authored
version tag is always prefixed with 'v' (#58)
1 parent c91cd6c commit 0d4be3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/version-and-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
run: |
1717
realversion="${GITHUB_REF/refs\/tags\//}"
1818
realversion="${realversion//v/}"
19-
realversion=`echo ${realversion}|cut -d '-' -f 2-2`
2019
echo "::set-output name=VERSION::$realversion"
2120
2221
- name: Set up publishing to maven central

0 commit comments

Comments
 (0)