Skip to content

Commit

Permalink
Removes the commit input
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Jun 3, 2021
1 parent 417d119 commit b4d08fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
on:
workflow_dispatch:
inputs:
target_commit:
description: 'Which commit to release?'
required: false
default: master
apply_versions:
description: 'Apply new versions?'
required: false
Expand All @@ -22,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@master
with:
ref: ${{github.event.inputs.target_commit}}
ref: master
token: ${{secrets.YARNBOT_TOKEN}}

- name: 'Retrieve all the relevant tags'
Expand Down

0 comments on commit b4d08fa

Please sign in to comment.