ci: updated release publish

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2024-05-10 13:55:17 +02:00
parent f38b660e80
commit 86e92bd09f
Signed by: moonleay
GPG key ID: 82667543CCD715FB
2 changed files with 3 additions and 10 deletions

View file

@ -23,13 +23,13 @@ jobs:
- name: Set git tag description
id: vars2
run: echo "tag_desc=$(git show ${{ steps.gitvar.outputs.tag }})" >> $GITHUB_OUTPUT
run: echo "tag_desc=$(git tag -l --format='%(contents)' ${{ steps.gitvar.outputs.tag }})" >> $GITHUB_OUTPUT
- name: Check outputs
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 for-each-ref --format='%(contents)' $GITHUB_REF
run: git show -l --format='%(contents)' ${{ steps.gitvar.outputs.tag }}
- uses: https://github.com/actions/setup-java@v4
name: Setup Java