Skip to content

Commit

Permalink
Bump version of changelog-generate action (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
yannick-roeder authored Dec 2, 2024
1 parent 4707631 commit e42d8cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Create changelog
id: build-changelog
uses: bakdata/ci-templates/actions/changelog-generate@1.49.0
uses: bakdata/ci-templates/actions/changelog-generate@1.50.0
if: ${{ inputs.changelog }}
with:
github-token: ${{ secrets.github-token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-poetry-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Create changelog
id: build-changelog
uses: bakdata/ci-templates/actions/changelog-generate@1.49.0
uses: bakdata/ci-templates/actions/changelog-generate@1.50.0
if: ${{ inputs.changelog }}
with:
github-token: ${{ secrets.github-token }}
Expand Down
2 changes: 1 addition & 1 deletion actions/java-gradle-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ runs:
shell: bash

- name: Create changelog
uses: bakdata/ci-templates/actions/changelog-generate@1.49.0
uses: bakdata/ci-templates/actions/changelog-generate@1.50.0
with:
github-token: ${{ inputs.github-token }}
tag: ${{ steps.evaluate-version.outputs.release-version }}
Expand Down

0 comments on commit e42d8cb

Please sign in to comment.