Skip to content

Commit

Permalink
update release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
kibaekkim committed May 5, 2022
1 parent 1c37d13 commit fe811ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ template: |
## Changes
$CHANGES
commitish: release-draft
commitish: 'release-draft'
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into " release-draft"
- uses: release-drafter/release-drafter@v5.7.0
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fe811ac

Please sign in to comment.