chore: remove branch input

This commit is contained in:
Kbscript
2025-06-10 15:16:10 +08:00
parent c046f4dcf3
commit ff7bd224bc

View File

@@ -3,10 +3,6 @@ name: Release Official Kit
on:
workflow_dispatch:
inputs:
branch:
description: 'Branch to build from'
required: true
default: 'main'
version:
description: 'Version to use for editor-preload-official package'
required: true
@@ -21,7 +17,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.branch }}
fetch-depth: 0
- name: Install pnpm