Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yannick-roeder committed Dec 12, 2024
1 parent b7f8da4 commit d0fc815
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions actions/java-gradle-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
using: "composite"
steps:
- name: Check out repository
uses: bakdata/ci-templates/actions/[email protected].2
uses: bakdata/ci-templates/actions/[email protected].3
with:
fetch-depth: 0 # required for changelog generation
persist-credentials: false # required for pushing to protected branch later
Expand All @@ -71,7 +71,7 @@ runs:
working-directory: ${{ inputs.working-directory }}

- name: Set up Gradle with version ${{ inputs.gradle-version }}
uses: bakdata/ci-templates/actions/[email protected].2
uses: bakdata/ci-templates/actions/[email protected].3
with:
java-distribution: ${{ inputs.java-distribution }}
java-version: ${{ inputs.java-version }}
Expand Down Expand Up @@ -103,14 +103,14 @@ runs:
shell: bash

- name: Create changelog
uses: bakdata/ci-templates/actions/[email protected].2
uses: bakdata/ci-templates/actions/[email protected].3
with:
github-token: ${{ inputs.github-token }}
tag: ${{ steps.evaluate-version.outputs.release-version }}
changelog-file: CHANGELOG.md

- name: Commit and push CHANGELOG.md file
uses: bakdata/ci-templates/actions/[email protected].2
uses: bakdata/ci-templates/actions/[email protected].3
with:
commit-message: "Changelog for version ${{ steps.evaluate-version.outputs.release-version }}"
github-username: ${{ inputs.github-username }}
Expand Down

0 comments on commit d0fc815

Please sign in to comment.