mirror of
https://github.com/galacean/engine.git
synced 2026-06-02 16:52:48 +08:00
chore: remove branch input
This commit is contained in:
5
.github/workflows/release-official-kit.yml
vendored
5
.github/workflows/release-official-kit.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user