diff --git a/.forgejo/workflows/build-release.yml b/.forgejo/workflows/build-release.yml index bdff9dc..fe498d7 100644 --- a/.forgejo/workflows/build-release.yml +++ b/.forgejo/workflows/build-release.yml @@ -23,7 +23,7 @@ jobs: - name: Set git tag description id: vars2 - run: echo "tag_desc=$(git for-each-ref --format='%(contents)' ${{ steps.gitvar.outputs.tag }})" >> $GITHUB_OUTPUT + run: echo "tag_desc=$(git for-each-ref --format='%(contents)' refs/tags/${{ 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 }}"