chore: release_created is a string

This commit is contained in:
Eli Bosley
2025-04-03 11:34:57 -04:00
parent 4bb00dd981
commit e27e38645f

View File

@@ -4,7 +4,7 @@ on:
workflow_call:
inputs:
RELEASE_CREATED:
type: boolean
type: string
required: true
description: "Whether a release was created"
RELEASE_TAG: