Skip to content

Commit

Permalink
Merge pull request #1313 from mikepenz/ci/adjust_condition
Browse files Browse the repository at this point in the history
Adjust CI condition
  • Loading branch information
mikepenz authored Mar 2, 2024
2 parents 991a95e + 7a36982 commit 81b3714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
uses: mikepenz/release-changelog-builder-action@v4
with:
configuration: "configs/configuration_repo.json"
ignorePreReleases: ${{ contains(github.ref, '-') }}
ignorePreReleases: ${{ !contains(github.ref, '-') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 81b3714

Please sign in to comment.