Skip to content

Commit

Permalink
fixup! 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 fe56426 commit dfeb7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
# Draft your next Release notes as Pull Requests are merged into the default branch
- uses: release-drafter/release-drafter@v6
with:
commitish: '${{ commitish }}'
commitish: '${{ inputs.commitish }}'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dfeb7d8

Please sign in to comment.