Skip to content

Commit b22381b

Browse files
authored
Update build-release.yml
1 parent a7f32ae commit b22381b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-release.yml

-6
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Build and Release
33
on:
44
workflow_dispatch:
55
inputs:
6-
branch:
7-
type: string
8-
description: Which branch?
9-
required: true
106
beta:
117
type: boolean
128
description: Is beta?
@@ -21,8 +17,6 @@ jobs:
2117
steps:
2218
- name: Checkout
2319
uses: actions/checkout@v3
24-
with:
25-
ref: ${{ github.event.inputs.branch }}
2620

2721
- name: Setup JDK 17
2822
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)