points-at HEAD

This commit is contained in:
Mathium05
2026-08-21 11:10:42 -05:00
parent 665c4c9e44
commit c0c814a53c
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
run: |
cat >> $FORGEJO_OUTPUT <<EOF
NOTES<<STRING
$(git tag ${{ github.ref_name }} -n99 --format="%(contents)")
$(git tag --points-at HEAD -n99 --format="%(contents)")
STRING
EOF
- name: tar it #TODO zip too?
@@ -33,7 +33,7 @@ jobs:
- name: echo notes
run: echo ${{ steps.desc.outputs.NOTES }}
- name: output res
run: git tag ${{ github.ref_name }} -n99
run: git tag --points-at HEAD -n99
- uses: actions/forgejo-release@v2.13.4
with:
direction: upload