Skip to content

Commit

Permalink
fix release drafer error
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Mar 8, 2024
1 parent 6be0d41 commit fe56426
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Release Drafter

on:
workflow_call:
inputs:
commitish:
required: false
type: string
default: "main"
description: The release target, i.e. branch or commit it should point to.

jobs:
update_release_draft:
Expand All @@ -15,5 +21,7 @@ jobs:
steps:
# Draft your next Release notes as Pull Requests are merged into the default branch
- uses: release-drafter/release-drafter@v6
with:
commitish: '${{ commitish }}'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fe56426

Please sign in to comment.