-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7f8da4
commit d0fc815
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|