mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update vscode-release.yml
This commit is contained in:
4
.github/workflows/vscode-release.yml
vendored
4
.github/workflows/vscode-release.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user