From f120d4b1bdf1f0a004049ab5a43ce4f792340b36 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Thu, 22 Aug 2024 11:48:34 +0900 Subject: [PATCH] chore: fix prerelease id handling --- .github/workflows/version_bump.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index e6aab48..1471623 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -45,8 +45,8 @@ jobs: - name: Append prerelease id if necessary run: | - deno run --allow-read=. --allow-write=. jsr:@kt3k/bmp@0.2.3 --${{github.event.inputs.releaseKind}} - if: github.event.inputs.prerelease + deno run --allow-read=. --allow-write=. jsr:@kt3k/bmp@0.2.3 --preid ${{github.event.inputs.prereleaseId}} + if: github.event.inputs.prereleaseId - name: Create PR env: