update
This commit is contained in:
parent
3a359fc8f2
commit
e7b951bfb4
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue