Skip to content

Commit

Permalink
Fix Java Gradle release
Browse files Browse the repository at this point in the history
  • Loading branch information
yannick-roeder committed Dec 12, 2024
1 parent e4cb52a commit 3312a38
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 @@ -54,7 +54,8 @@ runs:
- name: Check out repository
uses: bakdata/ci-templates/actions/[email protected]
with:
fetch-depth: 0
fetch-depth: 0 # required for changelog generation
persist-credentials: false # required for pushing to protected branch later

- name: Setup git
run: |
Expand Down

0 comments on commit 3312a38

Please sign in to comment.