Skip to content

Commit b4d08fa

Browse files
committed
Removes the commit input
1 parent 417d119 commit b4d08fa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release-candidate.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
on:
22
workflow_dispatch:
33
inputs:
4-
target_commit:
5-
description: 'Which commit to release?'
6-
required: false
7-
default: master
84
apply_versions:
95
description: 'Apply new versions?'
106
required: false
@@ -22,7 +18,7 @@ jobs:
2218
steps:
2319
- uses: actions/checkout@master
2420
with:
25-
ref: ${{github.event.inputs.target_commit}}
21+
ref: master
2622
token: ${{secrets.YARNBOT_TOKEN}}
2723

2824
- name: 'Retrieve all the relevant tags'

0 commit comments

Comments
 (0)