Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Manually set changelog generator inputs
Browse files Browse the repository at this point in the history
Due to a bug (janheinrichmerker/action-github-changelog-generator#23), the default inherit mode for inputs is ignored and they're all set to false.
  • Loading branch information
boswelja authored Apr 26, 2021
1 parent cf47f14 commit 3107a46
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
stripHeaders: true
releaseBranch: "main"
pullRequests: true
author: true
issues: true
issuesWoLabels: true
prWoLabels: true
compareLink: true
filterByMilestone: false
unreleased: false
sinceTag: ${{ steps.version.outputs.pervious-version }}

- name: Create GitHub Release
Expand Down

0 comments on commit 3107a46

Please sign in to comment.