This commit is contained in:
brooke 2025-03-08 18:55:16 -05:00
parent 3a359fc8f2
commit e7b951bfb4

View file

@ -32,6 +32,7 @@ jobs:
id: get_tags
run: |
tags=$(curl -s https://framagit.org/api/v4/projects/74246/repository/tags)
echo "API response: $tags"
latest_tag=$(echo $tags | jq -r '.[0].name')
echo "Latest tag: $latest_tag"
echo "::set-output name=latest_tag::$latest_tag"