Skip to content

Commit 1882059

Browse files
committed
[ci] Change to string type
to no one's surprise, the `number` type appears to be cursed in GH actions for workflow dispatch. switch to string
1 parent efd8904 commit 1882059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compiler_prereleases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
type: string
1919
tag_version:
2020
required: false
21-
type: number
21+
type: string
2222
secrets:
2323
NPM_TOKEN:
2424
required: true

.github/workflows/compiler_prereleases_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
type: string
1717
tag_version:
1818
required: false
19-
type: number
19+
type: string
2020

2121
permissions: {}
2222

0 commit comments

Comments
 (0)