mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 12:20:20 +01: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:
parent
efd890422d
commit
4c54da77fb
2
.github/workflows/compiler_prereleases.yml
vendored
2
.github/workflows/compiler_prereleases.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
||||||
type: string
|
type: string
|
||||||
tag_version:
|
tag_version:
|
||||||
required: false
|
required: false
|
||||||
type: number
|
type: string
|
||||||
secrets:
|
secrets:
|
||||||
NPM_TOKEN:
|
NPM_TOKEN:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ on:
|
||||||
type: string
|
type: string
|
||||||
tag_version:
|
tag_version:
|
||||||
required: false
|
required: false
|
||||||
type: number
|
type: string
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user