ci: updated release publish

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2024-05-10 14:01:21 +02:00
parent 86e92bd09f
commit 583b789a13
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -29,7 +29,7 @@ jobs:
run: echo "short ${{ steps.vars.outputs.sha_short }}, ref $GITHUB_REF, tag ${{ steps.gitvar.outputs.tag }}, tag_desc ${{ steps.vars2.outputs.tag_desc }}"
- name: Tag description
run: git show -l --format='%(contents)' ${{ steps.gitvar.outputs.tag }}
run: git tag -l --format='%(contents)' ${{ steps.gitvar.outputs.tag }}
- uses: https://github.com/actions/setup-java@v4
name: Setup Java