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 265e65d commit daabd51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-gradle-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
steps:
- name: Release on Github
id: release
# uses: bakdata/ci-templates/actions/[email protected]
uses: bakdata/ci-templates/actions/java-gradle-release@feat/changelog-def
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
4 changes: 2 additions & 2 deletions actions/java-gradle-release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ runs:

- name: Create changelog
id: build-changelog
uses: bakdata/ci-templates/actions/changelog-generate@feat/changelog-def
# 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 daabd51

Please sign in to comment.