Skip to content

Commit

Permalink
Test release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yannick-roeder committed Nov 21, 2024
1 parent 76ae72d commit c9b5469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-version-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
changelog:
description: "Create changelog for release."
required: false
default: "true"
default: true
type: boolean
changelog-config:
description: "Changelog config path."
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Create changelog
id: build-changelog
uses: bakdata/ci-templates/actions/changelog-generate@tiedemann/changelog-action-fix
if: ${{ inputs.changelog == 'true' }}
if: ${{ inputs.changelog }}
with:
github-token: ${{ secrets.github-token }}
tag: ${{ steps.bump-version.outputs.release-version }}
Expand Down

0 comments on commit c9b5469

Please sign in to comment.