-
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.
Allow to use graddle to push bump the version
- Loading branch information
1 parent
265e65d
commit daabd51
Showing
2 changed files
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 |
---|---|---|
|
@@ -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 }} | ||
|
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 |
---|---|---|
|
@@ -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 }} | ||
|