fix(ci): invalid key for tag name in release.yml

This commit is contained in:
Akash Yadav
2025-01-25 12:55:13 +05:30
parent f0ce455005
commit 8057ca905a

View File

@@ -63,7 +63,6 @@ done
echo ""
echo "\`\`\`"
cat $CHECKSUMS_FILE
echo ""
echo "\`\`\`"
echo ""
@@ -72,12 +71,10 @@ done
echo ""
} >> "$RELEASE_NOTES_FILE"
# Update environment variables
{
echo "---"
echo "name: IronFox v${VERSION_NAME}"
echo "tag_name: v${VERSION_NAME}"
echo "tag-name: v${VERSION_NAME}"
echo "description: |"
awk '{print " " $0}' < "$RELEASE_NOTES_FILE"
echo "assets-link:"