mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[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:
@@ -18,7 +18,7 @@ on:
|
||||
type: string
|
||||
tag_version:
|
||||
required: false
|
||||
type: number
|
||||
type: string
|
||||
secrets:
|
||||
NPM_TOKEN:
|
||||
required: true
|
||||
|
||||
@@ -16,7 +16,7 @@ on:
|
||||
type: string
|
||||
tag_version:
|
||||
required: false
|
||||
type: number
|
||||
type: string
|
||||
|
||||
permissions: {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user