@samitouri / QOS-React / commits / 4c54da77fb

[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

lauren committed Apr 21, 2025 at 14:56 UTC 4c54da77fb57787ae85c521e04c861404a37eba2
2 files changed +2 -2
.github/workflows/compiler_prereleases.yml
+1 -1
@@ -18,7 +18,7 @@ on:
18 type: string
19 tag_version:
20 required: false
21 - type: number
21 + type: string
22 secrets:
23 NPM_TOKEN:
24 required: true
.github/workflows/compiler_prereleases_manual.yml
+1 -1
@@ -16,7 +16,7 @@ on:
16 type: string
17 tag_version:
18 required: false
19 - type: number
19 + type: string
20
21 permissions: {}
22