Skip to content

Commit

Permalink
Merge pull request #1307 from mikepenz/ci/improve_changelog_gen
Browse files Browse the repository at this point in the history
[CI] Optimize release changelog config
  • Loading branch information
mikepenz authored Mar 1, 2024
2 parents dbe0f69 + 16f0952 commit 8e8a8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ jobs:
uses: mikepenz/release-changelog-builder-action@v4
with:
configuration: "configs/configuration_repo.json"
ignorePreReleases: ${{ contains(github.ref, '-') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 8e8a8fc

Please sign in to comment.