[ci] Change to string type (#32980)

to no one's surprise, the `number` type appears to be cursed in GH
actions for workflow dispatch. switch to string
This commit is contained in:
lauren
2025-04-21 14:56:51 -04:00
committed by GitHub
parent efd890422d
commit 4c54da77fb
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ on:
type: string
tag_version:
required: false
type: number
type: string
secrets:
NPM_TOKEN:
required: true

View File

@@ -16,7 +16,7 @@ on:
type: string
tag_version:
required: false
type: number
type: string
permissions: {}