Skip to content

Commit

Permalink
config name fix for drafter (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeaMariaLeon authored Jun 6, 2024
1 parent 639ad6c commit a0a0e57
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 @@ -35,7 +35,7 @@ jobs:
- uses: release-drafter/release-drafter@v6
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
with:
config-name: .release-drafter.yml
config-name: release-drafter.yml
# disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a0a0e57

Please sign in to comment.