Skip to content

Commit

Permalink
Update release workflow template to support custom changelog file path (
Browse files Browse the repository at this point in the history
#421)

`changelog-file` was added recently, but workflow didn't support
passthrough to changelog action
  • Loading branch information
disrupted authored Jan 17, 2024
1 parent dbf82c4 commit 373b8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
create-github-release-push-tag:
uses: bakdata/ci-templates/.github/workflows/python-poetry-release.yaml@1.25.5
uses: bakdata/ci-templates/.github/workflows/python-poetry-release.yaml@1.40.1
name: Release
with:
release-type: ${{ inputs.release-type }}
Expand Down

0 comments on commit 373b8e8

Please sign in to comment.