Skip to content

Commit

Permalink
add name
Browse files Browse the repository at this point in the history
Signed-off-by: juicer <[email protected]>
  • Loading branch information
cw-Guo committed Sep 27, 2024
1 parent cfd2947 commit 773ccb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
create-release-branch:
name: create release branch
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -23,8 +24,8 @@ jobs:
run: |
git checkout -b release-${{ github.event.inputs.version }}
git push --set-upstream origin release-${{ github.event.inputs.version }}
create-release-pr:
name: create release pr
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 773ccb1

Please sign in to comment.