From 4c54da77fb57787ae85c521e04c861404a37eba2 Mon Sep 17 00:00:00 2001 From: lauren Date: Mon, 21 Apr 2025 14:56:51 -0400 Subject: [PATCH] [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 --- .github/workflows/compiler_prereleases.yml | 2 +- .github/workflows/compiler_prereleases_manual.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compiler_prereleases.yml b/.github/workflows/compiler_prereleases.yml index fbdeab220c..bd6d003a4c 100644 --- a/.github/workflows/compiler_prereleases.yml +++ b/.github/workflows/compiler_prereleases.yml @@ -18,7 +18,7 @@ on: type: string tag_version: required: false - type: number + type: string secrets: NPM_TOKEN: required: true diff --git a/.github/workflows/compiler_prereleases_manual.yml b/.github/workflows/compiler_prereleases_manual.yml index a840065548..268b8f24f4 100644 --- a/.github/workflows/compiler_prereleases_manual.yml +++ b/.github/workflows/compiler_prereleases_manual.yml @@ -16,7 +16,7 @@ on: type: string tag_version: required: false - type: number + type: string permissions: {}