Skip to content

Commit

Permalink
Adapt poetry release workflow for new changelog action (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerTiedemann authored Nov 7, 2024
1 parent 4109308 commit 47eb70d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/python-poetry-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,12 @@ jobs:

- name: Create changelog
id: build-changelog
uses: bakdata/ci-templates/actions/changelog-generate@1.38.0
if: ${{ inputs.changelog == true }}
uses: bakdata/ci-templates/actions/changelog-generate@1.48.0
if: ${{ inputs.changelog }}
with:
github-token: ${{ secrets.github-token }}
new-tag: ${{ steps.bump-version.outputs.release-version }}
tag: ${{ steps.bump-version.outputs.release-version }}
changelog-file: ${{ inputs.changelog-file }}
config: ${{ inputs.changelog-config }}
fetch-reviewers: "true"
fetch-release-information: "true"

- name: Commit and push pyproject.toml file
uses: bakdata/ci-templates/actions/[email protected]
Expand Down

0 comments on commit 47eb70d

Please sign in to comment.