Skip to content

Commit

Permalink
Update CI title
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Nov 4, 2024
1 parent 8fac7aa commit ce4d711
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "release-gem"
jobs:
build:
name: Release cross gems
name: Build Native
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
path: pkg/

build_source:
name: Build source gem
name: Build Source
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -64,7 +64,7 @@ jobs:
path: pkg/

publish:
name: Publish cross gems
name: Publish Gems
runs-on: ubuntu-latest
needs:
- build
Expand Down

0 comments on commit ce4d711

Please sign in to comment.