mirror of
https://github.com/facebook/react.git
synced 2026-02-26 04:55:00 +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:
2
.github/workflows/compiler_prereleases.yml
vendored
2
.github/workflows/compiler_prereleases.yml
vendored
@@ -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