actually figure out tags now

This commit is contained in:
Cole Deck 2022-10-10 22:25:10 -05:00
parent ffefad5db5
commit d069196887

View File

@ -19,7 +19,7 @@ DATA='{
"name": "Development release",
"prerelease": true,
"tag_name": "'$TAG'",
"target_commitish": "testing"
"target_commitish": "'$COMMIT'"
}'
OUT=$(curl -X 'POST' \
'https://git.deck.sh/api/v1/repos/Interfaz/ff/releases?token='$TOKEN'' \