Skip to content

Commit d971876

Browse files
committed
ci: don't allow specifying a branch
1 parent eca356a commit d971876

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release-branch.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
on:
22
workflow_dispatch:
3-
inputs:
4-
branch:
5-
description: 'Branch?'
6-
required: true
7-
default: 'cherry-pick/'
83

94
name: 'Release Branch'
105
jobs:
@@ -18,7 +13,6 @@ jobs:
1813
steps:
1914
- uses: actions/checkout@v3
2015
with:
21-
ref: ${{github.event.inputs.branch}}
2216
token: ${{secrets.YARNBOT_TOKEN}}
2317

2418
- name: 'Retrieve all the relevant tags'

0 commit comments

Comments
 (0)