Skip to content

Commit

Permalink
feat: remove input params
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin committed Dec 26, 2024
1 parent 1cb3604 commit 2193a8c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@ name: Release Pull Request

on:
workflow_dispatch:
inputs:
version:
type: choice
description: 'Release Type(next, beta, alpha, latest)'
required: true
default: 'latest'
options:
- next
- beta
- alpha
- latest
jobs:
release:
name: Create Release Pull Request
Expand Down

0 comments on commit 2193a8c

Please sign in to comment.