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 c91cd6c commit 0d4be3cCopy full SHA for 0d4be3c
.github/workflows/version-and-release.yml
@@ -16,7 +16,6 @@ jobs:
16
run: |
17
realversion="${GITHUB_REF/refs\/tags\//}"
18
realversion="${realversion//v/}"
19
- realversion=`echo ${realversion}|cut -d '-' -f 2-2`
20
echo "::set-output name=VERSION::$realversion"
21
22
- name: Set up publishing to maven central
0 commit comments