Skip to content

Commit

Permalink
fix(github-action): missed custom config for release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-ev committed Jul 8, 2023
1 parent 726fb15 commit e454a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
# with:
# config-name: my-config.yml
with:
config-name: release-drafter.yaml
# disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e454a52

Please sign in to comment.