mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-09-16 23:24:46 +00:00
points-at HEAD
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user