Skip to content

Commit cdead31

Browse files
authored
Feature/fix poms (#3)
* Switched naming of tags/releases --------- Signed-off-by: Knut-Erik Johnsen <[email protected]>
1 parent 3cf39af commit cdead31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
- name: Create release
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39-
tag: ${{ github.ref_name }}
39+
tag: "${{ github.event.inputs.releaseversion }}"
4040
run: |
4141
gh release create "$tag" \
4242
--repo="$GITHUB_REPOSITORY" \
43-
--title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
43+
--title="${tag#v}" \
4444
--generate-notes

0 commit comments

Comments
 (0)