From 5c44553a02f4a6feb7f9b63713b1dda60b88ee40 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Mon, 21 Jul 2025 23:25:57 -0700 Subject: [PATCH] Update vscode-release.yml --- .github/workflows/vscode-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vscode-release.yml b/.github/workflows/vscode-release.yml index 5bbed710a0..6948756388 100644 --- a/.github/workflows/vscode-release.yml +++ b/.github/workflows/vscode-release.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: inputs: version: - description: 'Version to publish (e.g. 0.0.25) - Check the marketplace for the latest version' + description: "Version to publish (e.g. 0.0.25) - Check the marketplace for the latest version" required: true type: string @@ -28,7 +28,7 @@ jobs: working-directory: packages/bun-vscode - name: Set Version - run: bun pm version ${{ github.event.inputs.version }} --no-git-tag-version + run: bun pm version ${{ github.event.inputs.version }} --no-git-tag-version --allow-same-version working-directory: packages/bun-vscode - name: Build (inspector protocol)