ci: updated release publish

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2024-05-10 14:50:31 +02:00
parent 639a12bce7
commit 84bb0c8961
Signed by: moonleay
GPG key ID: 82667543CCD715FB

View file

@ -32,7 +32,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 }}" 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 descriptions - name: Tag descriptions
run: git tag -l --format='%(contents)' run: git tag -l --format='%(contents)' | cat
- uses: https://github.com/actions/setup-java@v4 - uses: https://github.com/actions/setup-java@v4
name: Setup Java name: Setup Java