Skip to content

Commit a84d69a

Browse files
authored
Remove commitish input from release drafter workflow
1 parent 4c28374 commit a84d69a

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ name: Release Drafter
22

33
on:
44
workflow_call:
5-
inputs:
6-
commitish:
7-
required: false
8-
type: string
9-
default: "main"
10-
description: The release target, i.e. branch or commit it should point to.
115

126
jobs:
137
update_release_draft:
@@ -22,6 +16,4 @@ jobs:
2216
# Draft your next Release notes as Pull Requests are merged into the default branch
2317
- uses: release-drafter/release-drafter@v6
2418
with:
25-
commitish: '${{ inputs.commitish }}'
26-
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
config-name: github:commit-check/.github:/.github/release-drafter.yml

0 commit comments

Comments
 (0)