Skip to content

Commit

Permalink
Allow to use graddle to push bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Sep 20, 2023
1 parent 385591f commit 265e65d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actions/java-gradle-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ runs:

- name: Create changelog
id: build-changelog
uses: bakdata/ci-templates/actions/[email protected]
uses: bakdata/ci-templates/actions/changelog-generate@feat/changelog-def
# uses: bakdata/ci-templates/actions/[email protected]
with:
github-token: ${{ inputs.github-token }}
new-tag: ${{ steps.evaluate-version.outputs.release-version }}
Expand Down

0 comments on commit 265e65d

Please sign in to comment.