Skip to content

Commit

Permalink
Fix changelog workflow (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl authored Jun 22, 2022
1 parent f0314c4 commit 5f0dcf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ categories:
- "type: ci"
- "type: build"
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
filter-by-commitish: true
version-resolver:
major:
labels:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
commitish: ${{ steps.extract_branch.outputs.value }}
filter-by-commitish: true
# Otherwise:
- name: Export Gradle Properties
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'
Expand Down

0 comments on commit 5f0dcf0

Please sign in to comment.