mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-19 12:50:20 +00:00
fix: Update CI to add run-name
, remove trivial steps, default_author: github_actions
(#16456)
This commit is contained in:
parent
451d73593e
commit
3a2af90e66
16
.github/workflows/git-create-release-branch.yml
vendored
16
.github/workflows/git-create-release-branch.yml
vendored
@ -1,4 +1,5 @@
|
|||||||
name: Create Release Branches
|
name: Create Release Branches
|
||||||
|
run-name: Create Release Branch ${{ inputs.release_branch_name }}
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
@ -20,26 +21,13 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.base_branch_name }}
|
ref: ${{ inputs.base_branch_name }}
|
||||||
- name: Set up JDK 17
|
|
||||||
uses: actions/setup-java@v3
|
|
||||||
with:
|
|
||||||
java-version: 17
|
|
||||||
distribution: 'temurin'
|
|
||||||
- name: Install antlr cli
|
|
||||||
run: |
|
|
||||||
sudo make install_antlr_cli
|
|
||||||
- name: Setup jq
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install jq
|
|
||||||
- name: Update application versions
|
- name: Update application versions
|
||||||
run: |
|
run: |
|
||||||
make update_all RELEASE_VERSION=${{ inputs.release_branch_name }}
|
make update_all RELEASE_VERSION=${{ inputs.release_branch_name }}
|
||||||
- name: Commit changes to ${{ inputs.release_branch_name }} branch
|
- name: Commit changes to ${{ inputs.release_branch_name }} branch
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
author_name: ${{ github.actor }}
|
default_author: github_actions
|
||||||
author_email: ${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com
|
|
||||||
message: 'chore(release): Prepare Branch for `${{ inputs.release_branch_name }}`'
|
message: 'chore(release): Prepare Branch for `${{ inputs.release_branch_name }}`'
|
||||||
add: '.'
|
add: '.'
|
||||||
new_branch: ${{ inputs.release_branch_name }}
|
new_branch: ${{ inputs.release_branch_name }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user