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 762ec59 commit 385591f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/java-gradle-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
steps:
- name: Release on Github
id: release
uses: bakdata/ci-templates/actions/[email protected]
# uses: bakdata/ci-templates/actions/[email protected]
uses: bakdata/ci-templates/actions/java-gradle-release@feat/changelog-def
with:
release-type: ${{ inputs.release-type }}
github-email: ${{ secrets.github-email }}
Expand Down

0 comments on commit 385591f

Please sign in to comment.